Skip to content

Commit 5d81336

Browse files
committed
ci: disable fail-fast
1 parent 92df64b commit 5d81336

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
@@ -9,7 +9,7 @@ jobs:
99
test:
1010
name: ${{ matrix.config.name }} (${{ matrix.build_type }}, ${{ matrix.library_type }})
1111
strategy:
12-
fail-fast: true
12+
fail-fast: false
1313
matrix:
1414
config:
1515
- name: Linux GCC 14

0 commit comments

Comments
 (0)