From 23259f8893af594d000aed9608463ef4d365ae0b Mon Sep 17 00:00:00 2001 From: MathisGD Date: Mon, 19 Feb 2024 14:07:29 +0100 Subject: [PATCH] chore: reorder toml --- foundry.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/foundry.toml b/foundry.toml index 74e5acb..e56430d 100644 --- a/foundry.toml +++ b/foundry.toml @@ -19,12 +19,12 @@ wrap_comments = true test = "/dev/null" script = "/dev/null" -[profile.test.fuzz] -runs = 16384 - [profile.test] via_ir = false +[profile.test.fuzz] +runs = 16384 + [profile.test.invariant] runs = 32 depth = 1024