mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 12:47:05 +00:00
Fix execution integration test CI failure (#9277)
Co-Authored-By: Tan Chee Keong <tanck@sigmaprime.io>
This commit is contained in:
@@ -20,6 +20,7 @@ fn build_result(repo_dir: &Path) -> Output {
|
|||||||
.arg("src/Nethermind/Nethermind.sln")
|
.arg("src/Nethermind/Nethermind.sln")
|
||||||
.arg("-c")
|
.arg("-c")
|
||||||
.arg("Release")
|
.arg("Release")
|
||||||
|
.arg("-p:TreatWarningsAsErrors=false")
|
||||||
.current_dir(repo_dir)
|
.current_dir(repo_dir)
|
||||||
.output()
|
.output()
|
||||||
.expect("failed to make nethermind")
|
.expect("failed to make nethermind")
|
||||||
|
|||||||
Reference in New Issue
Block a user