feat: install foundry binaries into run.Dockerfile

This commit is contained in:
adrian
2025-09-11 08:50:09 +02:00
committed by Adrian Benavides
parent 0de847740a
commit 805447f82b
3 changed files with 19 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ impl TestRunner {
vm_traces: bool,
) -> Self {
let repo_root = env::current_dir().expect("Failed to get current directory");
let evm_path = repo_root.join("../evm");
let evm_path = repo_root.join("evm");
let adapter_contract_builder =
AdapterContractBuilder::new(evm_path.to_string_lossy().to_string());
Self {