Skip to content

Commit

Permalink
Don't pass --profile to nextest run (#377)
Browse files Browse the repository at this point in the history
It means something different in nextest
  • Loading branch information
sourcefrog authored Jul 12, 2024
2 parents cc41d95 + 5b0463c commit 8059a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ 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
--cargo-arg=--profile=mutants
- name: Archive mutants.out
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 8059a3a

Please sign in to comment.