Skip to content

Commit 5896221

Browse files
committed
Remove CI workflow invalid --fail-fast
1 parent a0e82e6 commit 5896221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ jobs:
7777
run: cmake --build --preset ${{ matrix.compiler }}-${{ matrix.build_type }}
7878

7979
- name: Run tests (ctest)
80-
run: ctest --preset ${{ matrix.compiler }}-${{ matrix.build_type }} --fail-fast
80+
run: ctest --preset ${{ matrix.compiler }}-${{ matrix.build_type }}

0 commit comments

Comments
 (0)