From 4a418ca350e32d0cde25c10398890c9448fa1e68 Mon Sep 17 00:00:00 2001 From: ManojJiSharma Date: Fri, 18 Oct 2024 16:02:38 +0530 Subject: [PATCH] ci update --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a06251c2..39c47a22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: needs: [rustfmt] strategy: matrix: - crate: [rosetta-server-astar, rosetta-server-ethereum, rosetta-server-polkadot, rosetta-client, rosetta-testing-arbitrum, rosetta-testing-binance, rosetta-testing-avalanche,] + crate: [rosetta-server-astar, rosetta-server-ethereum, rosetta-server-polkadot, rosetta-client, rosetta-testing-arbitrum, rosetta-testing-binance, rosetta-testing-avalanche, rosetta-server-base,] name: ${{ matrix.crate }} runs-on: self-hosted steps: @@ -154,6 +154,7 @@ jobs: --exclude rosetta-testing-binance \ --exclude rosetta-server-ethereum \ --exclude rosetta-server-polkadot \ + --exclude rosetta-server-base \ --exclude rosetta-client \ -- \ ${CLIPPY_FLAGS} @@ -181,6 +182,7 @@ jobs: --exclude rosetta-testing-binance \ --exclude rosetta-server-ethereum \ --exclude rosetta-server-polkadot \ + --exclude rosetta-server-base \ --exclude rosetta-client - name: Cleanup Docker