Disable mutation testing in CI
Not enough test coverage yet for cargo-mutants to be useful — it
would just generate noise. The justfile target stays for local use.
Assisted-by: Claude Opus 4.6 via pi
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f66bd9..7d6fa3d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup component add clippy rustfmt llvm-tools
- - run: cargo install grcov cargo-mutants just
+ - run: cargo install grcov just
- run: cargo fmt --check
- run: just clippy coverage
- - run: just mutants
+ # - run: just mutants