From 3088ecac14b2fe58dead0ed677ffc6bbacba4daf Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 13 Apr 2023 16:26:47 +0800 Subject: [PATCH] chore(justfile): add `cargo fmt` remove `cargo coverage` as it's too slow --- justfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index bd3a45304..e8105f86a 100755 --- a/justfile +++ b/justfile @@ -27,10 +27,11 @@ benchmark: new-rule name: cargo run -p rulegen ${{name}} +# We are ready, let's run the same CI commands ready: git diff --exit-code --quiet typos + cargo fmt just lint just test - cargo coverage git status