Skip to content

Commit a66c167

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 22241ca commit a66c167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
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)