Skip to content

Commit

Permalink
♻️ Bump runs
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed May 31, 2024
1 parent 8f722d8 commit 3a3913c
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 @@ -21,5 +21,5 @@ fs_permissions = [{ access = "read-write", path = "./" }] # set read-write acc
[profile.ci]
force = true # always perform a clean build
fuzz = { runs = 10_000 } # increase the number of fuzz runs
invariant = { runs = 750, depth = 250 } # increase the number of runs and calls (executed in one run) for each invariant test group
invariant = { runs = 1_000, depth = 250 } # increase the number of runs and calls (executed in one run) for each invariant test group
verbosity = 4 # increase the verbosity of tests

0 comments on commit 3a3913c

Please sign in to comment.