From e8a382c5c0fc1ee81c28d1fba8046aaf28989e4d Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Fri, 21 Jun 2024 17:08:10 -0600 Subject: [PATCH] run the tests --- .github/workflows/extbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extbuild.yml b/.github/workflows/extbuild.yml index f543fa9..2f9d226 100644 --- a/.github/workflows/extbuild.yml +++ b/.github/workflows/extbuild.yml @@ -99,7 +99,7 @@ jobs: run: | cd build-share make VERBOSE=1 - + find unittests/ -type f -executable -exec {} \; # the following can be used by developers to login to the github server in case of errors # see https://github.com/marketplace/actions/debugging-with-tmate for further details # - name: Setup tmate session