From 17b2e9abd382194d59ea2a0bc46fa736bfd768fa Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 13 Dec 2024 20:47:02 +0000 Subject: [PATCH] build: disable mutation testing in new tests are in place --- .forgejo/workflows/push-next.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 9053889..5b8e964 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -54,8 +54,8 @@ jobs: with: args: ${{ matrix.toolchain.name }} cargo hack --feature-powerset test - - name: Mutations - uses: https://git.kemitix.net/kemitix/rust@v2.5.0 - with: - args: ${{ matrix.toolchain.name }} cargo mutants -vV --in-place + # - name: Mutations + # uses: https://git.kemitix.net/kemitix/rust@v2.5.0 + # with: + # args: ${{ matrix.toolchain.name }} cargo mutants -vV --in-place