Skip to content

Commit 8964e2b

Browse files
Deny clippy warnings in the pre-push script
1 parent 457ed11 commit 8964e2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.githooks/pre-push

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ cargo test --no-run
1616

1717
restore_cargo_lock
1818
cargo fmt --check
19+
cargo clippy --tests -- --D warnings
1920
cargo test

0 commit comments

Comments
 (0)