Skip to content

Commit

Permalink
Try to avoid shellcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jan 28, 2024
1 parent 53e69c9 commit 3558837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
name: cargo-mutants-linux
- name: Install cargo-mutants binary
run: |
install cargo-mutants $HOME/.cargo/bin/
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.
run: >
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
name: cargo-mutants-linux
- name: Install cargo-mutants binary
run: |
install cargo-mutants $HOME/.cargo/bin/
install cargo-mutants ~/.cargo/bin/
- name: Mutants
# Skip baselines because this action depends on the tests
run: >
Expand Down

0 comments on commit 3558837

Please sign in to comment.