mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add tests to gui
This commit is contained in:
parent
44b58c33b6
commit
65e243ef65
2 changed files with 12 additions and 0 deletions
8
.github/scripts/test.sh
vendored
Executable file
8
.github/scripts/test.sh
vendored
Executable file
|
@ -0,0 +1,8 @@
|
|||
#! /usr/bin/env sh
|
||||
|
||||
set -ex
|
||||
|
||||
echo "Running unit tests"
|
||||
. $HOME/staging/share/GNUstep/Makefiles/GNUstep.sh;
|
||||
make check || (cat Tests/tests.log && false);
|
||||
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -23,3 +23,7 @@ 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: Build source
|
||||
run: ./.github/scripts/test.sh
|
||||
|
|
Loading…
Reference in a new issue