This commit is contained in:
Theo Buehler 2023-08-17 22:39:40 +02:00
commit 06e6faf6f2

View File

@ -27,4 +27,4 @@ jobs:
pkg install gcc make
run: |
MAKE=gmake ./configure
gmake -j2 check
gmake -j2 check || (cat tests/test-suite.log && exit 1)