build: add cargo mutants to local dev test build step
This commit is contained in:
parent
4594a792e0
commit
d5340bec78
1 changed files with 1 additions and 0 deletions
1
justfile
1
justfile
|
@ -8,6 +8,7 @@ build:
|
|||
cargo hack test
|
||||
cargo doc
|
||||
cargo test --example get
|
||||
cargo mutants --jobs 4
|
||||
|
||||
install-hooks:
|
||||
@echo "Installing git hooks"
|
||||
|
|
Loading…
Reference in a new issue