mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add call to GNUstep.sh
This commit is contained in:
parent
f37d9278bc
commit
070c533f6a
1 changed files with 2 additions and 0 deletions
2
.github/scripts/test.sh
vendored
2
.github/scripts/test.sh
vendored
|
@ -3,4 +3,6 @@
|
|||
set -ex
|
||||
|
||||
echo "Running unit tests"
|
||||
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
|
||||
make check || (cat Tests/tests.log && false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue