From fdb5ddb48eed86c7e7b70d17b8b3f32ba6068214 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 14 Nov 2024 10:21:29 +0000 Subject: [PATCH] build: add cargo-mutants step --- .forgejo/workflows/push-next.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 2071fcb..9a97e4e 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -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 +