Skip to content

Commit 68fd47a

Browse files
committed
Make test-fast CI matrix run all jobs even when one fails
To see if this can sometimes reproduce #2006 even outside macOS. The `fail-fast: false` added here can be removed after testing.
1 parent aa4b242 commit 68fd47a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ jobs:
164164
- macos-latest
165165
- ubuntu-latest
166166
- ubuntu-24.04-arm
167+
fail-fast: false
167168

168169
runs-on: ${{ matrix.os }}
169170

0 commit comments

Comments
 (0)