Fix execution integration test CI failure (#9277)

Co-Authored-By: Tan Chee Keong <tanck@sigmaprime.io>
This commit is contained in:
chonghe
2026-05-08 16:12:38 +08:00
committed by GitHub
parent 7148bfcdd1
commit 1b921a64e6

View File

@@ -20,6 +20,7 @@ fn build_result(repo_dir: &Path) -> Output {
.arg("src/Nethermind/Nethermind.sln")
.arg("-c")
.arg("Release")
.arg("-p:TreatWarningsAsErrors=false")
.current_dir(repo_dir)
.output()
.expect("failed to make nethermind")