Skip to content

Commit

Permalink
Do not fail-fast cargo-deny step as not all the checks are required
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube committed Nov 7, 2024
1 parent f68eb68 commit fcf7275
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 @@ -91,6 +91,7 @@ jobs:
name: cargo-deny check
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
checks:
- advisories
Expand Down

0 comments on commit fcf7275

Please sign in to comment.