Skip to content

Commit

Permalink
fix(tests): initialize executor with use_zk
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Oct 7, 2024
1 parent fb1e720 commit 49019a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/forge/src/multi_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ impl MultiContractRunner {
.enable_isolation(self.isolation)
.alphanet(self.alphanet)
})
.use_zk_vm(self.use_zk)
.spec(self.evm_spec)
.gas_limit(self.evm_opts.gas_limit())
.legacy_assertions(self.config.legacy_assertions)
Expand Down

0 comments on commit 49019a3

Please sign in to comment.