Skip to content

Commit

Permalink
Don't fail fast in CI
Browse files Browse the repository at this point in the history
We still want to complete tests on Stable/Nightly if the other one fails
  • Loading branch information
victorb committed Dec 23, 2024
1 parent 56122cc commit acf1ad3
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 @@ -10,6 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust-toolchain: [ "stable", "nightly-2024-12-21" ]
steps:
Expand Down

0 comments on commit acf1ad3

Please sign in to comment.