Skip to content

Commit

Permalink
fix: Install clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 20, 2024
1 parent 422dc68 commit dce7fce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.version }}
components: rustfmt
components: rustfmt clippy
- name: Show Cargo and rustc version
run: |
cargo --version
Expand Down Expand Up @@ -210,7 +210,8 @@ jobs:
- name: Mutants in-diff
# Normally this would have --in-place, but for the sake of exercising more cases, it does not.
run: >
cargo mutants --no-shuffle -vV --in-diff git.diff --test-tool=${{matrix.test_tool}} --timeout=500 --build-timeout=500
cargo mutants --no-shuffle -vV --in-diff git.diff
--test-tool=${{matrix.test_tool}} --timeout=500 --build-timeout=500
- name: Archive mutants.out
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit dce7fce

Please sign in to comment.