Skip to content

Commit

Permalink
run all tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Sep 27, 2023
1 parent 6e483b2 commit a9a5276
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/buiild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,8 @@ jobs:
# ioc folder is found in the super module usually so for testing
# on github we need to copy it above the root of the repo
cp -r ioc ..
for test in tests/test*.sh; do
echo "RUNNING TEST SCRIPT ${test}"
${test}
done
tests/_test_support_build.sh

0 comments on commit a9a5276

Please sign in to comment.