From 075e361368ac80d44f52c52a37415502bcb4ecc4 Mon Sep 17 00:00:00 2001 From: Raf Rustaman <42238266+deveusss@users.noreply.github.com> Date: Mon, 19 Dec 2022 08:59:13 -0800 Subject: [PATCH] Update .rusty-hook.toml Co-authored-by: Mykhailo Donchenko <91957742+Buckram123@users.noreply.github.com> --- .rusty-hook.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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