Skip to content

Commit 721203f

Browse files
committed
Run clippy with --all-features
1 parent 8692bb2 commit 721203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: "Clippy check on ironfish-rust"
6464
run: |
65-
cargo clippy --all-targets -- -D warnings
65+
cargo clippy --all-targets --all-features -- -D warnings
6666
6767
cargo_vet:
6868
name: Vet Dependencies

0 commit comments

Comments
 (0)