add more checks to hooks
This commit is contained in:
parent
de6705c0fc
commit
8bf1e2e918
1 changed files with 1 additions and 1 deletions
|
@ -31,5 +31,5 @@ walkdir = "2.3"
|
||||||
[dev-dependencies.cargo-husky]
|
[dev-dependencies.cargo-husky]
|
||||||
version = "1"
|
version = "1"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["run-for-all", "prepush-hook", "run-cargo-clippy", "run-cargo-fmt"]
|
features = ["run-for-all", "prepush-hook", "run-cargo-check", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue