Skip to content

Commit

Permalink
ci: set fuzzer to run 1,000 times
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Aug 2, 2023
1 parent 36d052b commit e341ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fuzz = { runs = 1_000 } # The amount of fuzz runs to perform for each fuzz

[profile.ci]
optimizer = false
fuzz = { runs = 10_000 }
fuzz = { runs = 1_000 }
verbosity = 4
ignored_error_codes = ["license", "code-size"]

Expand Down

0 comments on commit e341ce0

Please sign in to comment.