Skip to content

Commit

Permalink
ci: let other toolchain finish if one is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Sep 26, 2024
1 parent e6724fc commit 26dc48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
name: Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [stable, beta, nightly, 1.58.0]
steps:
Expand Down

0 comments on commit 26dc48e

Please sign in to comment.