Skip to content

Commit

Permalink
Run clippy with --all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
andiflabs committed Oct 30, 2024
1 parent 8692bb2 commit f2669ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: "Clippy check on ironfish-rust"
run: |
cargo clippy --all-targets -- -D warnings
cargo clippy --all-targets --all-features -- -D warnings
cargo_vet:
name: Vet Dependencies
Expand Down

0 comments on commit f2669ff

Please sign in to comment.