From a8d3e2da0bb21862a5a35bace0af7925c0551987 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 28 Nov 2024 17:42:33 +0000 Subject: [PATCH] build(push-next): run mutation tests --- .forgejo/workflows/push-next.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index dabd013..b80f02c 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -13,10 +13,9 @@ env: CARGO_TERM_COLOR: always jobs: - - checks: + build: runs-on: docker - + strategy: matrix: toolchain: @@ -37,7 +36,7 @@ jobs: uses: https://git.kemitix.net/kemitix/rust@v2.4.1 with: args: ${{ matrix.toolchain.name }} cargo machete - + - name: Format uses: https://git.kemitix.net/kemitix/rust@v2.4.1 with: @@ -57,3 +56,9 @@ jobs: uses: https://git.kemitix.net/kemitix/rust@v2.4.1 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 +