diff --git a/tests/integration_tests.rs b/tests/integration_tests.rs index b0776caf9..c4cb63428 100644 --- a/tests/integration_tests.rs +++ b/tests/integration_tests.rs @@ -1815,7 +1815,7 @@ mod native_tests { .status() .expect("failed to execute process"); assert!(status.success()); - + let status = Command::new(format!("{}/release/ezkl", *CARGO_TARGET_DIR)) .args([ "gen-witness",