diff options
author | Ilya Shipitsin <chipitsine@gmail.com> | 2023-08-17 22:33:40 +0200 |
---|---|---|
committer | Ilya Shipitsin <chipitsine@gmail.com> | 2023-08-17 22:33:40 +0200 |
commit | afcdc1aefe0a044b3bf9a627367d50ab4f2d7704 (patch) | |
tree | e46aa5dcdb6b77feb822a9f29166ce8fcdfe5f23 | |
parent | d4add02c7f49bd4e93d87aa99eb038cac1e0f61d (diff) | |
download | portable-afcdc1aefe0a044b3bf9a627367d50ab4f2d7704.tar.gz portable-afcdc1aefe0a044b3bf9a627367d50ab4f2d7704.tar.bz2 portable-afcdc1aefe0a044b3bf9a627367d50ab4f2d7704.zip |
CI: Solaris: display tests/test-suite.log in case of failure
-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) |