Skip to content

Commit

Permalink
ci: update ci params
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Jul 4, 2024
1 parent 299b69f commit 3846be3
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 @@ -12,19 +12,21 @@ runs = 1000
[invariant]
runs = 20
depth = 1000
shrink_run_limit = 10000
shrink_run_limit = 1000
fail_on_revert = true

[profile.pr.invariant]
runs = 200
depth = 1000
shrink_run_limit = 50_000

[profile.pr.fuzz]
runs = 100_000

[profile.master.invariant]
runs = 200
depth = 10_000
shrink_run_limit = 100_000

[profile.master.fuzz]
runs = 1_000_000
Expand Down

0 comments on commit 3846be3

Please sign in to comment.