diff --git a/.github/workflows/contracts-ci.yml b/.github/workflows/contracts-ci.yml index 0fbcf0c..ef0edde 100644 --- a/.github/workflows/contracts-ci.yml +++ b/.github/workflows/contracts-ci.yml @@ -31,7 +31,7 @@ jobs: id: build - name: Run Forge tests run: | - forge test + forge test --via-ir id: test - name: Run Forge coverage run: |