ci: use clippy --all-targets

This commit is contained in:
Daniel Hofstetter
2024-05-03 15:33:11 +02:00
parent acf9b9c76e
commit be45c2734d
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: rustup component add clippy
- run: cargo clippy -- -D warnings
- run: cargo clippy --all-targets -- -D warnings
coverage:
name: Code Coverage