From ffe069c67b9cbed3a35c98e9142d97222c28d403 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 22 Nov 2024 16:07:37 +0000 Subject: [PATCH] chore: disable mutation testing in local builds --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index ec58032..d7cdda2 100644 --- a/justfile +++ b/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"