Replace clippy --tests with --all-targets

This commit is contained in:
Luke Parker 2023-01-30 07:30:02 -05:00
parent b6f9a1f8b6
commit affe4300e8
No known key found for this signature in database

View file

@ -26,7 +26,7 @@ jobs:
rust-components: clippy
- name: Run Clippy
run: cargo clippy --all-features --tests -- -D warnings -A dead_code
run: cargo clippy --all-features --all-targets -- -D warnings -A dead_code
deny:
runs-on: ubuntu-latest