From 8bf1e2e918014198e48c8306df7b38800c187f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 8 Nov 2020 18:07:11 +0000 Subject: [PATCH] add more checks to hooks --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18a7a18..502cf4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,5 +31,5 @@ walkdir = "2.3" [dev-dependencies.cargo-husky] version = "1" 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"]