chore(justfile): add cargo fmt remove cargo coverage as it's too slow

This commit is contained in:
Boshen 2023-04-13 16:26:47 +08:00
parent 089510fb29
commit 3088ecac14
No known key found for this signature in database
GPG key ID: 6AC90C77AAAA6ABC

View file

@ -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