diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a32b72d..61ca69e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,6 @@ jobs: - name: Run forge tests run: | - # Run forge tests with lower fuzz runs for speed, only in our test directory forge test --match-path "test/*.t.sol" --no-match-path "test/*.integration.t.sol" --zksync -vv lint: