Skip to content

Commit cbfce2f

Browse files
committed
clippy fail on warning
1 parent a89e649 commit cbfce2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
cache-provider: "github"
9898

9999
- name: Run clippy
100-
run: cargo clippy --all-targets --all-features -- -D warnings
100+
run: cargo clippy --lib --all-features -- -D warnings
101101

102102
- name: Run rustfmt
103103
run: cargo fmt -- --check

0 commit comments

Comments
 (0)