Skip to content

Commit

Permalink
fix: optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jan 14, 2025
1 parent 40e0370 commit fb9f9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-forge-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: forge install

- name: Run tests
run: forge test -vvv --via-ir
run: forge test -vvv --via-ir --optimizer-runs 1
env:
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }}
SNOWTRACE_KEY: ${{ secrets.SNOWTRACE_KEY }}
Expand Down

0 comments on commit fb9f9b5

Please sign in to comment.