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