diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bac8d80..808b3cd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: run: cargo fmt --all --check - name: Run clippy - run: cargo clippy --workspace --all-targets + run: cargo clippy --workspace --all-targets -- -D warnings evm_bridge: name: Build and test EVM bridge