Run clippy --tests on pre-commit hook

This commit is contained in:
David Mak 2024-06-17 12:51:25 +08:00
parent 2abe75d1f4
commit 32919949e2
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ repos:
types: [file, rust]
pass_filenames: false
description: Runs cargo clippy on the codebase.
args: [clippy]
args: [clippy, --tests]