Skip to content

Commit

Permalink
fix: added --via-ir flag
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpanicError authored Nov 26, 2023
1 parent 5b1040f commit ec3de5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check compatibility with latest
if: always()
run: |
output=$(forge build --skip test)
output=$(forge build --via-ir --skip test)
if echo "$output" | grep -q "Warning"; then
echo "$output"
Expand All @@ -44,7 +44,7 @@ jobs:
run: forge --version

- name: Run tests
run: forge test -vvv
run: forge test --via-ir -vvv

fmt:
runs-on: ubuntu-latest
Expand All @@ -60,4 +60,4 @@ jobs:
run: forge --version

- name: Check formatting
run: forge fmt --check
run: forge fmt --check

0 comments on commit ec3de5e

Please sign in to comment.