Skip to content

Commit

Permalink
fix(ci): add clippy back to ci (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv authored Jul 12, 2024
1 parent 6d75f14 commit c5bf796
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 @@ -61,3 +61,5 @@ jobs:
- name: Cache Cargo dependencies
uses: Swatinem/rust-cache@v2
- uses: r7kamura/rust-problem-matchers@v1
- name: clippy
run: cargo clippy --workspace --all-features

0 comments on commit c5bf796

Please sign in to comment.