Skip to content

Commit

Permalink
Disable fail-fast in CI
Browse files Browse the repository at this point in the history
This will run all tests, even if some of them fail. This will help us recognize failures on specific platforms.
  • Loading branch information
jishnub authored Jun 19, 2024
1 parent 9dead75 commit 8f58d05
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: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.7'
Expand Down

0 comments on commit 8f58d05

Please sign in to comment.