diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e267c0d8e1..e9ac04d59e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,9 @@ jobs: - name: test shell: bash - run: $GITHUB_WORKSPACE/tools/ci/gha-script.sh + run: | + $GITHUB_WORKSPACE/tools/ci/gha-script.sh + ctest --output-on-failure - name: after_success shell: bash