Skip to content
Merged
Prev Previous commit
Next Next commit
test: override fuzz runs for external tests
  • Loading branch information
DaniPopes committed Nov 10, 2023
commit 59ca8fee0c439fefeb7058428ae82c1a193889cf
4 changes: 2 additions & 2 deletions crates/test-utils/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ macro_rules! forgetest_external {
// Run the tests
cmd.arg("test").args($forge_opts).args([
"--optimize",
"--optimizer-runs",
"20000",
"--optimizer-runs=20000",
"--fuzz-runs=256",
"--ffi",
"-vvvvv",
]);
Expand Down