diff --git a/.github/workflows/ci_extended.yaml b/.github/workflows/ci_extended.yaml index 70462825e..6fc2e0d5f 100644 --- a/.github/workflows/ci_extended.yaml +++ b/.github/workflows/ci_extended.yaml @@ -54,7 +54,7 @@ jobs: - name: Run tests working-directory: build - run: ctest -R ^xtest$ --verbose + run: ctest -R ^xtest$ --output-on-failure clang: