diff options
-rw-r--r-- | .github/workflows/solaris_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/solaris_test.yml b/.github/workflows/solaris_test.yml index e5fc8f1..f5e6bf4 100644 --- a/.github/workflows/solaris_test.yml +++ b/.github/workflows/solaris_test.yml | |||
@@ -27,4 +27,4 @@ jobs: | |||
27 | pkg install gcc make | 27 | pkg install gcc make |
28 | run: | | 28 | run: | |
29 | MAKE=gmake ./configure | 29 | MAKE=gmake ./configure |
30 | gmake -j2 check | 30 | gmake -j2 check || (cat tests/test-suite.log && exit 1) |