diff --git a/.github/workflows/contracts.yml b/.github/workflows/contracts.yml index 0a5b5bd786..80f0abde7f 100644 --- a/.github/workflows/contracts.yml +++ b/.github/workflows/contracts.yml @@ -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