Skip to content

Commit 5c23646

Browse files
committed
Updated foundry.toml and test.yml
1 parent 78312b8 commit 5c23646

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
forge --version
2626
2727
- name: Install dependencies
28-
run: forge install
28+
run: |
29+
forge install
30+
forge remappings > remappings.txt
2931
3032
# - name: Run Forge fmt
3133
# run: |

foundry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ libs = ["lib"]
55
solc_version = "0.8.22"
66
remappings = [
77
"@openzeppelin/=lib/openzeppelin-contracts/",
8-
"foundry-huff/=lib/foundry-huff/src/"
8+
"foundry-huff/=lib/foundry-huff/src/",
9+
"forge-std/=lib/forge-std/src/"
910
]
1011
via_ir = true
1112
optimizer = true

0 commit comments

Comments
 (0)