diff --git a/crates/proof-of-sql/utils/generate-parameters/round_trip_test.rs b/crates/proof-of-sql/utils/generate-parameters/round_trip_test.rs index 37aeea7dd..b7ce2d429 100644 --- a/crates/proof-of-sql/utils/generate-parameters/round_trip_test.rs +++ b/crates/proof-of-sql/utils/generate-parameters/round_trip_test.rs @@ -19,6 +19,8 @@ fn we_can_generate_save_and_load_public_setups() { // Run the binary with nu = 4, mode = "pv", and target as the temp directory let output = Command::new("cargo") .arg("run") + .arg("--bin") + .arg("generate-parameters") .arg("--release") .arg("--") .arg("--nu")