Add --all-targets to nym-wallet CI clippy (#3326)

This commit is contained in:
Jon Häggblad
2023-04-19 10:44:46 +02:00
committed by GitHub
parent f28888e3e7
commit 9c6c5f5170
+1 -1
View File
@@ -64,4 +64,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --manifest-path nym-wallet/Cargo.toml --workspace --all-features -- -D warnings
args: --manifest-path nym-wallet/Cargo.toml --workspace --all-features --all-targets -- -D warnings