Skip to content

Commit

Permalink
Disable test matrix fail-fast
Browse files Browse the repository at this point in the history
Jobs were getting canceled when one would fail. Because we are testing
different Ruby versions, it's quite possible there's failures limited to
specific versions, all of which we need to know about.
  • Loading branch information
jwilm committed Oct 19, 2023
1 parent 8eddff7 commit 8416404
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:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
rustup-toolchain:
- stable
Expand Down

0 comments on commit 8416404

Please sign in to comment.