Skip to content

Commit

Permalink
ci: install clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Dec 8, 2023
1 parent 0c7e35b commit 67b2f35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
toolchain: ${{ matrix.rust_version }}
- name: Add rustfmt
run: rustup component add rustfmt
- name: Add clippy
run: rustup component add clippy
- name: Set up cargo cache
uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 67b2f35

Please sign in to comment.