diff --git a/foundry.toml b/foundry.toml index 3ab52a5..e83c2dd 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,6 +3,10 @@ src = "src" out = "out" libs = ["lib"] +[profile.default.fuzz] +include_storage = false +runs = 10000 + [fmt] line_length = 120 tab_width = 4