build(push-next): run mutation tests
This commit is contained in:
parent
748cc15ea2
commit
a8d3e2da0b
1 changed files with 9 additions and 4 deletions
|
@ -13,10 +13,9 @@ env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
build:
|
||||||
checks:
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
|
@ -37,7 +36,7 @@ jobs:
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
||||||
with:
|
with:
|
||||||
args: ${{ matrix.toolchain.name }} cargo machete
|
args: ${{ matrix.toolchain.name }} cargo machete
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
||||||
with:
|
with:
|
||||||
|
@ -57,3 +56,9 @@ jobs:
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
uses: https://git.kemitix.net/kemitix/rust@v2.4.1
|
||||||
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