forked from M-Labs/nac3
Run clippy --tests on pre-commit hook
This commit is contained in:
parent
2abe75d1f4
commit
32919949e2
|
@ -21,4 +21,4 @@ repos:
|
|||
types: [file, rust]
|
||||
pass_filenames: false
|
||||
description: Runs cargo clippy on the codebase.
|
||||
args: [clippy]
|
||||
args: [clippy, --tests]
|
||||
|
|
Loading…
Reference in New Issue