diff --git a/.rusty-hook.toml b/.rusty-hook.toml index 109167c..a9e2c47 100644 --- a/.rusty-hook.toml +++ b/.rusty-hook.toml @@ -2,5 +2,5 @@ # SPDX-License-Identifier: CC0-1.0 [hooks] -pre-commit = "reuse lint && cargo test" -pre-push = "cargo check && cargo fmt -- --check" \ No newline at end of file +pre-commit = "reuse lint && cargo fmt -- --check && cargo test" +pre-push = "cargo check" \ No newline at end of file