From a9a52767d95baf5ee98dafaab8ec0657aa3f7bc5 Mon Sep 17 00:00:00 2001 From: Giles Knap Date: Wed, 27 Sep 2023 20:27:19 +0100 Subject: [PATCH] run all tests in CI --- .github/workflows/buiild.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/buiild.yml b/.github/workflows/buiild.yml index 4e9c483..67b7ffa 100644 --- a/.github/workflows/buiild.yml +++ b/.github/workflows/buiild.yml @@ -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