Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit d5601b7

Browse files
committed
build: hoisted deps
1 parent 4bd2a37 commit d5601b7

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: | #shell
5050
forge test \
5151
--match-path "tests/unit/**/*.sol" \
52-
--root flow
52+
--root lockup
5353
5454
test-integration:
5555
needs: check
@@ -69,7 +69,7 @@ jobs:
6969
run: | #shell
7070
forge test \
7171
--match-path "tests/integration/**/*.sol" \
72-
--root flow
72+
--root lockup
7373
7474
test-invariant:
7575
needs: check
@@ -88,4 +88,4 @@ jobs:
8888
run: | #shell
8989
forge test \
9090
--match-path "tests/invariant/**/*.sol" \
91-
--root flow
91+
--root lockup

bunfig.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[install]
2-
linker = "isolated"
2+
linker = "hoisted"

foundry.base.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
[profile.default]
66
allow_paths = ["../"]
7+
auto_detect_remappings = false
78
auto_detect_solc = false
89
bytecode_hash = "ipfs"
910
evm_version = "shanghai" # needed for greater coverage of EVM chains

0 commit comments

Comments
 (0)