From 48fa4762fa5e4d801c97bf2e9c6cb62ec8827480 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 12 Sep 2024 09:45:47 -0400 Subject: [PATCH] Don't pass --cargo-arg=--profile --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b2721d46..8bbf0539 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -160,7 +160,6 @@ jobs: install cargo-mutants ~/.cargo/bin/ - name: Mutants in-diff # Normally this would have --in-place, but for the sake of exercising more cases, it does not. - # TODO: Pass --profile=mutants when supported run: > cargo mutants --no-shuffle -vV --in-diff git.diff --test-tool=${{matrix.test_tool}} --timeout=500 --build-timeout=500 - name: Archive mutants.out @@ -201,7 +200,6 @@ jobs: cargo mutants --no-shuffle -vV --shard ${{ matrix.shard }}/10 --test-tool ${{ matrix.test_tool }} --baseline=skip --timeout=500 --build-timeout=500 --in-place - --cargo-arg=--profile=mutants - name: Archive mutants.out uses: actions/upload-artifact@v4 if: always()