diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 4788448a..0e82ab94 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -51,7 +51,8 @@ jobs: id: required run: | git config --global --add safe.directory '*' - cargo clippy --all-targets --all-features --locked --workspace --quiet + cargo clippy --all-targets --all-features --locked --workspace --quiet \ + --exclude pezpallet-revive-eth-rpc check-try-runtime: runs-on: ${{ needs.preflight.outputs.RUNNER }}