Skip to content

Commit 00b87a8

Browse files
committed
CI: Disable fail-fast for main test job
This will help us figure out which parts of the test matrix need fixing.
1 parent 7a39f55 commit 00b87a8

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
@@ -7,6 +7,7 @@ jobs:
77
name: Test on ${{ matrix.os }}${{ matrix.name_suffix }}
88
runs-on: ${{ matrix.os }}
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
stage: [stable, beta, nightly]
1213
os: [ubuntu-latest, windows-latest, macOS-latest]

0 commit comments

Comments
 (0)