Skip to content

Commit b6cb25b

Browse files
committed
ci: do not fail-fast matrices
1 parent 2af427f commit b6cb25b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
test:
1717
name: Test
1818
strategy:
19+
fail-fast: false
1920
matrix:
2021
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
2122
runs-on: ${{ matrix.os }}
@@ -133,6 +134,7 @@ jobs:
133134
compiletest:
134135
name: Compiletest
135136
strategy:
137+
fail-fast: false
136138
matrix:
137139
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
138140
runs-on: ${{ matrix.os }}
@@ -159,6 +161,7 @@ jobs:
159161
difftest:
160162
name: Difftest
161163
strategy:
164+
fail-fast: false
162165
matrix:
163166
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
164167
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)