Reinstate tests

This commit is contained in:
Gregory Casamento 2021-07-12 11:07:01 -04:00 committed by GitHub
parent 19ef0056e9
commit 369e0c8dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,5 +49,4 @@ export GNUSTEP_MAKEFILES=$HOME/staging/share/GNUstep/Makefiles;
# script
./configure $BASE_ABI || (cat config.log && false);
make && make install
# && make check || (cat Tests/tests.log && false);
make && make install && make check || (cat Tests/tests.log && false);