Skip to content

Commit 98cf6fb

Browse files
committed
ci: disable fail-fast for Rust/Test (Linux) jobs
This allows to complete the linting and format checks on MSRV failure.
1 parent 0e6009a commit 98cf6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
needs: rust-version
2828
runs-on: ubuntu-latest
2929
strategy:
30+
fail-fast: false
3031
matrix:
3132
rust-version:
3233
- ${{ needs.rust-version.outputs.version }}

0 commit comments

Comments
 (0)