chore: added --all-targets --all-features to clippy

This commit is contained in:
farbanas
2023-01-13 10:31:19 +01:00
parent 74feb065f9
commit ac10e03aec
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace -- -D warnings
args: --workspace --all-targets --all-features -- -D warnings
# COCONUT stuff