Skip to content

Commit

Permalink
Disable Matrix Fail Fast for Cargo Action (#4745)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Jan 16, 2025
1 parent 5482269 commit d88de36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ permissions: read-all
jobs:
cargo:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-xlarge]
features: ["", "--features static", "--features schannel", "--features schannel,static", "--features overwrite"]
Expand Down

0 comments on commit d88de36

Please sign in to comment.