Skip to content

Commit

Permalink
Don't fail fast on test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders429 committed Apr 27, 2024
1 parent 54690cc commit 94c2a76
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- beta
- nightly
- 1.28.0
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand All @@ -36,6 +37,7 @@ jobs:
- beta
- nightly
- 1.32.0
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand All @@ -52,6 +54,7 @@ jobs:
- beta
- nightly
- 1.28.0
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand All @@ -69,6 +72,7 @@ jobs:
- beta
- nightly
- 1.32.0
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 94c2a76

Please sign in to comment.