Skip to content

Commit

Permalink
fix: generate-parameters/round_trip_test.rs reqauires --bin now
Browse files Browse the repository at this point in the history
  • Loading branch information
iajoiner committed Nov 7, 2024
1 parent a93c3c0 commit 7f792df
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7f792df

Please sign in to comment.