Merge branch 'master' of github.com:gnustep/libs-base

This commit is contained in:
Gregory Casamento 2021-07-13 08:20:27 -04:00
commit 15788f22a7

4
.github/scripts/test.sh vendored Normal file → Executable file
View file

@ -2,5 +2,7 @@
set -ex
Echo "Running unit tests"
echo "Running unit tests"
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
make check || (cat Tests/tests.log && false);