From d5340bec78bd2d43b439e11143c0213ee1d5fda0 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 9 Nov 2024 17:27:29 +0000 Subject: [PATCH] build: add cargo mutants to local dev test build step --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index c1ee93f..9ee25d7 100644 --- a/justfile +++ b/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"