Skip to content

Commit

Permalink
try out hack to make fuzzer builds work again for near
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog-NEAR committed Nov 30, 2023
1 parent 877f199 commit 56da8e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/cargo-bolero/src/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ impl Selection {
let mut output_command = self.cmd("test", flags, Some(fuzzer))?;
output_command
.arg(&self.test)
.arg("--workspace")
.arg("--exclude")
.arg("neard")
.arg("--")
.arg("--nocapture")
.arg("--exact")
Expand Down

0 comments on commit 56da8e6

Please sign in to comment.