diff --git a/.rusty-hook.toml b/.rusty-hook.toml index 17a2fb9a..6b5b6d2b 100644 --- a/.rusty-hook.toml +++ b/.rusty-hook.toml @@ -1,5 +1,6 @@ [hooks] -pre-commit = "just all" +pre-commit = "just lint test" +pre-push = "just all" [logging] verbose = true