build: add cargo-mutants step
This commit is contained in:
parent
76c3e1bee2
commit
fdb5ddb48e
1 changed files with 5 additions and 0 deletions
|
@ -51,3 +51,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset test
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue