build: add cargo-mutants step
All checks were successful
Rust / build (map[name:nightly]) (push) Successful in 2m39s
Rust / build (map[name:stable]) (push) Successful in 6m35s
Release Please / Release-plz (push) Successful in 1m0s

This commit is contained in:
Paul Campbell 2024-11-14 10:21:29 +00:00
parent 76c3e1bee2
commit fdb5ddb48e

View file

@ -51,3 +51,8 @@ jobs:
with:
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset test
- name: Mutations
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
with:
args: ${{ matrix.toolchain.name }} cargo mutants -vV --in-place