build: add cargo mutants to local dev test build step
All checks were successful
Rust / build (map[name:stable]) (push) Successful in 1m48s
Rust / build (map[name:nightly]) (push) Successful in 1m59s
Release Please / Release-plz (push) Successful in 1m28s

This commit is contained in:
Paul Campbell 2024-11-09 17:27:29 +00:00
parent 4594a792e0
commit d5340bec78

View file

@ -8,6 +8,7 @@ build:
cargo hack test
cargo doc
cargo test --example get
cargo mutants --jobs 4
install-hooks:
@echo "Installing git hooks"