Skip to content

Commit

Permalink
Don't pass --cargo-arg=--profile
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Sep 13, 2024
1 parent 5c3ec08 commit 48fa476
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 48fa476

Please sign in to comment.