Skip to content

Commit

Permalink
CI: Disable fail-fast for main test job
Browse files Browse the repository at this point in the history
This will help us figure out which parts of the test matrix need fixing.
  • Loading branch information
str4d committed Dec 16, 2024
1 parent 7a39f55 commit 00b87a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
name: Test on ${{ matrix.os }}${{ matrix.name_suffix }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
stage: [stable, beta, nightly]
os: [ubuntu-latest, windows-latest, macOS-latest]
Expand Down

0 comments on commit 00b87a8

Please sign in to comment.