chore: added --all-targets --all-features to clippy
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user