From 5cb22a6cff00e39ed29e21a71dbff368accc95ca Mon Sep 17 00:00:00 2001 From: marcomariscal <42938673+marcomariscal@users.noreply.github.com> Date: Thu, 12 Dec 2024 12:59:02 -0800 Subject: [PATCH] fix: remove forge i to see if it works --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ca69e..69983d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,6 @@ jobs: - name: Install Foundry uses: dutterbutter/foundry-zksync-toolchain@v1 - - name: Install dependencies - run: forge install - - name: Run forge tests run: | forge test --match-path "test/*.t.sol" --no-match-path "test/*.integration.t.sol" --zksync -vv