Skip to content

Commit

Permalink
Update build options
Browse files Browse the repository at this point in the history
  • Loading branch information
fedgiac committed Jan 25, 2024
1 parent 085eda8 commit 8b51f54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- name: Run Forge build
run: |
forge --version
forge build --sizes
# replace next line with `forge build --sizes` once large unused dependencies have been removed.
forge build
id: build

- name: Run Forge tests
Expand Down
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
src = "src"
out = "out"
libs = ["lib"]
solc-version = "0.8.23"
optimizer = true
optimizer-runs = 100_000

remappings = [
"lib/composable-cow:cowprotocol/=lib/composable-cow/lib/cowprotocol/src/contracts/",
Expand Down

0 comments on commit 8b51f54

Please sign in to comment.