Skip to content

Commit

Permalink
ci: add clippy check to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Jul 14, 2024
1 parent 55c2b2e commit 38f94d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
components: clippy
override: true
- name: Lint
run: cargo clippy --all-features -- -D warnings
run: cargo clippy --all-features --all-targets -- -D warnings
- name: Build and run tests
run: cargo test --all-features
- name: Install Tarpaulin
Expand Down

0 comments on commit 38f94d9

Please sign in to comment.