Skip to content

Commit

Permalink
chore: update config for fuzzing (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
obatirou authored Mar 24, 2023
1 parent 8d3a79a commit cc23320
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
out = 'out'
libs = ['lib']
ffi = true
fuzz_runs = 1000
fs_permissions = [
{ access = "read", path = "./test/auth/mocks/AuthWrappers.huff" },
{ access = "read", path = "./test/auth/mocks/OwnedWrappers.huff" },
Expand Down Expand Up @@ -56,3 +55,6 @@ remappings = [
"foundry-huff/=lib/foundry-huff/src/",
"solmate/=lib/solmate/src/"
]

[profile.default.fuzz]
runs = 1000

0 comments on commit cc23320

Please sign in to comment.