Skip to content

Commit

Permalink
add clippy component
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschemmel committed Jul 20, 2024
1 parent bf98650 commit 5ebce13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
components: clippy
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 5ebce13

Please sign in to comment.