chore: update "fuzz" object in Foundry config

This commit is contained in:
Paul Razvan Berg 2022-10-29 13:08:59 +03:00
parent 124aa29492
commit d9294fdf54
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
[profile.default]
auto_detect_solc = false
bytecode_hash = "none"
fuzz_runs = 256
fuzz = { runs = 256 }
gas_reports = ["*"]
libs = ["lib"]
optimizer = true
@ -13,6 +13,7 @@ solc = "0.8.17"
src = "src"
test = "test"
[profile.ci]
fuzz_runs = 1_000
fuzz = { runs = 1_000 }
verbosity = 4