Skip to content

Commit f340f7b

Browse files
committed
👷‍♂ Disable Isolation in foundry.toml
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 8372ec4 commit f340f7b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
version: nightly
4040

4141
- name: Foundry tests
42-
run: forge test --no-isolate
42+
run: forge test
4343
env:
4444
FOUNDRY_PROFILE: ci
4545
FOUNDRY_DISABLE_NIGHTLY_WARNING: "1"

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ignored_error_codes = [2_424, 4_591] # ignore the deprecate
1414
evm_version = "shanghai" # set the EVM target version
1515
optimizer = true # enable the solc optimiser
1616
optimizer_runs = 999_999 # the number of optimiser runs
17+
isolate = false # disable isolation of calls
1718

1819
## default overrides for the CI runs
1920
[profile.ci]

0 commit comments

Comments
 (0)