Add --all-targets to clippy for contracts (#3337)

This commit is contained in:
Jon Häggblad
2023-04-21 11:47:43 +02:00
committed by GitHub
parent 8c4885ce2c
commit 9bfcdbe8e2
+1 -1
View File
@@ -63,4 +63,4 @@ jobs:
if: ${{ matrix.rust != 'nightly' }}
with:
command: clippy
args: --manifest-path contracts/Cargo.toml --workspace -- -D warnings
args: --manifest-path contracts/Cargo.toml --workspace --all-targets -- -D warnings