Skip to content

Commit

Permalink
chore: remove ir flag from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xp3th1um committed Feb 4, 2025
1 parent a4ca54e commit f2aa96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:

- name: Run Forge build
run: |
forge build --sizes --via-ir
forge build --sizes
id: build

- name: Run Forge tests
run: |
forge test -vvv --via-ir
forge test -vvv
id: test

0 comments on commit f2aa96a

Please sign in to comment.