Skip to content

Commit 1fe53c8

Browse files
committed
ci: do not fail-fast matrices
1 parent 4e4f9a7 commit 1fe53c8

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 }}
@@ -156,6 +158,7 @@ jobs:
156158
difftest:
157159
name: Difftest
158160
strategy:
161+
fail-fast: false
159162
matrix:
160163
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
161164
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)