test: run fuzz 1,000 times by default
This commit is contained in:
parent
a4eb52abc5
commit
0ebca896c8
|
@ -3,7 +3,7 @@
|
|||
[profile.default]
|
||||
auto_detect_solc = false
|
||||
bytecode_hash = "none"
|
||||
fuzz = { runs = 256 }
|
||||
fuzz = { runs = 1_000 }
|
||||
gas_reports = ["*"]
|
||||
libs = ["lib"]
|
||||
optimizer = true
|
||||
|
|
Loading…
Reference in New Issue