Skip to content

Commit

Permalink
ci: experimenting with fuzz seed
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Jan 23, 2024
1 parent a0180cf commit 6024eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ fs_permissions = [
]
ignored_error_codes = []

[fuzz]
seed = "0x0955a7673a415c18b7630214006125b68c8f2fec31be2893ba7ac9165207e0cd"

[profile.integration]
match_path = "test/integration/*.sol"

Expand All @@ -26,9 +29,6 @@ match_path = "test/differential/*.sol"
[profile.differential.fuzz]
runs = 10_000

[profile.ci.fuzz]
runs = 10_000

[fmt]
bracket_spacing = true
wrap_comments = false
Expand Down

0 comments on commit 6024eaf

Please sign in to comment.