Disable testing for now.

This commit is contained in:
Gregory Casamento 2021-07-11 15:47:55 -04:00
parent 3241053a32
commit b70d843eb4
2 changed files with 2 additions and 5 deletions

View file

@ -49,4 +49,5 @@ 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);

View file

@ -23,7 +23,3 @@ jobs:
# Runs a single command using the runners shell
- name: Build source
run: ./.github/scripts/build.sh
# Runs a single command using the runners shell
- name: Execute tests
run: ./.github/scripts/test.sh