CI: Solaris: display tests/test-suite.log in case of failure
This commit is contained in:
parent
d4add02c7f
commit
afcdc1aefe
2
.github/workflows/solaris_test.yml
vendored
2
.github/workflows/solaris_test.yml
vendored
@ -27,4 +27,4 @@ jobs:
|
|||||||
pkg install gcc make
|
pkg install gcc make
|
||||||
run: |
|
run: |
|
||||||
MAKE=gmake ./configure
|
MAKE=gmake ./configure
|
||||||
gmake -j2 check
|
gmake -j2 check || (cat tests/test-suite.log && exit 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user