chore: disable mutation testing in local builds
All checks were successful
Rust / build (map[name:stable]) (push) Successful in 7m49s
Rust / build (map[name:nightly]) (push) Successful in 8m56s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m55s

This commit is contained in:
Paul Campbell 2024-11-22 16:07:37 +00:00
parent 64293cfe6c
commit ffe069c67b

View file

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