We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e82e6 commit 5896221Copy full SHA for 5896221
.github/workflows/ci.yml
@@ -77,4 +77,4 @@ jobs:
77
run: cmake --build --preset ${{ matrix.compiler }}-${{ matrix.build_type }}
78
79
- name: Run tests (ctest)
80
- run: ctest --preset ${{ matrix.compiler }}-${{ matrix.build_type }} --fail-fast
+ run: ctest --preset ${{ matrix.compiler }}-${{ matrix.build_type }}
0 commit comments