From 3a3396fd5f2b5f1305499656daa85f2afef545ba Mon Sep 17 00:00:00 2001 From: "A.L" Date: Fri, 23 Feb 2024 14:38:46 +0800 Subject: [PATCH] ci: rm custom fuzz runs --- foundry.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/foundry.toml b/foundry.toml index 2c612e93..7357efcc 100644 --- a/foundry.toml +++ b/foundry.toml @@ -23,9 +23,6 @@ match_path = "test/integration/*.sol" fs_permissions = [{ access = "read", path = "./reference/balancer-v2-monorepo" }] match_path = "test/differential/*.sol" -[profile.integration.fuzz] -runs = 10_000 - [profile.differential.fuzz] runs = 10_000