Also deny clippy warnings on other targets

This commit is contained in:
2022-05-02 19:56:09 +02:00
parent 77676ea04d
commit 8926af4e13

View File

@@ -46,4 +46,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features -- -D warnings
args: --all-features --all-targets -- -D warnings