Skip to content

Commit

Permalink
ci: Don't fail fast if one Rust version fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 14, 2023
1 parent 7e5a4f0 commit 431f30d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust:
- stable
Expand Down

0 comments on commit 431f30d

Please sign in to comment.