aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-08-17 22:39:40 +0200
committerTheo Buehler <tb@openbsd.org>2023-08-17 22:39:40 +0200
commit06e6faf6f25deabcd40e5be59ea41540970f317c (patch)
treee46aa5dcdb6b77feb822a9f29166ce8fcdfe5f23
parentd4add02c7f49bd4e93d87aa99eb038cac1e0f61d (diff)
parentafcdc1aefe0a044b3bf9a627367d50ab4f2d7704 (diff)
downloadportable-06e6faf6f25deabcd40e5be59ea41540970f317c.tar.gz
portable-06e6faf6f25deabcd40e5be59ea41540970f317c.tar.bz2
portable-06e6faf6f25deabcd40e5be59ea41540970f317c.zip
Land #900
-rw-r--r--.github/workflows/solaris_test.yml2
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)