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
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:
parent
64293cfe6c
commit
ffe069c67b
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -8,7 +8,7 @@ build:
|
|||
cargo hack test
|
||||
cargo doc
|
||||
# cargo test --example get
|
||||
cargo mutants --jobs 4
|
||||
# cargo mutants --jobs 4
|
||||
|
||||
install-hooks:
|
||||
@echo "Installing git hooks"
|
||||
|
|
Loading…
Reference in a new issue