From d395494c94063e99d0269970f6a4732d46c1ce26 Mon Sep 17 00:00:00 2001 From: Gregory Edison Date: Tue, 24 Dec 2024 10:29:11 +0100 Subject: [PATCH] fix: cargo check Signed-off-by: Gregory Edison --- .github/workflows/lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d64d876c54e6..ba7bb1359c9e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -107,8 +107,10 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-on-failure: true - - run: cargo hack check --workspace --exclude op-reth --exclude scroll-reth + - run: cargo hack check --workspace --exclude op-reth --exclude scroll-reth --exclude scroll-reth-mpt - run: cargo check -p op-reth --features "optimism" + - run: cargo check -p scroll-reth --features "scroll" + - run: cargo check -p scroll-reth-mpt --features "scroll" msrv: name: MSRV / ${{ matrix.network }}