Skip to content

Commit

Permalink
fix: install rustfmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 20, 2024
1 parent 4d1d7de commit 8b33c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: beta
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: Show Cargo and rustc version
run: |
Expand Down Expand Up @@ -92,7 +93,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

0 comments on commit 8b33c19

Please sign in to comment.