mirror of
https://github.com/danbulant/oxc
synced 2026-05-23 06:08:47 +00:00
chore(justfile): add cargo fmt remove cargo coverage as it's too slow
This commit is contained in:
parent
089510fb29
commit
3088ecac14
1 changed files with 2 additions and 1 deletions
3
justfile
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue