Skip to content

Commit

Permalink
Try to get the right filename
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Dec 17, 2023
1 parent af4c662 commit a3fdb3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ jobs:
- run: |
echo $CARGO
echo $PATH
mv cargo-mutants-linux $HOME/.cargo/bin/cargo-mutants
install cargo-mutants $HOME/.cargo/bin/
ls -laR $HOME/.cargo/bin
chmod +x $HOME/.cargo/bin/cargo-mutants
which cargo-mutants
- name: Mutants
run: |
cargo mutants --no-shuffle -vV --in-diff git.diff
Expand Down

0 comments on commit a3fdb3a

Please sign in to comment.