diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5147860..d7f7e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: )" >> $GITHUB_ENV - name: Run tests - run: forge test -no-match-contract Integration + run: forge test --no-match-contract Integration coverage: runs-on: ubuntu-latest