Skip to content

Commit 576ff56

Browse files
committed
ci: do not fail-fast matrices
1 parent 09bfec3 commit 576ff56

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 }}
@@ -131,6 +132,7 @@ jobs:
131132
compiletest:
132133
name: Compiletest
133134
strategy:
135+
fail-fast: false
134136
matrix:
135137
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
136138
runs-on: ${{ matrix.os }}
@@ -157,6 +159,7 @@ jobs:
157159
difftest:
158160
name: Difftest
159161
strategy:
162+
fail-fast: false
160163
matrix:
161164
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
162165
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)