foundry-rs / foundry-toolchain

GitHub action to install Foundry
Apache License 2.0
225 stars 92 forks source link

Seeding Foundry Fuzz for Gas Snapshot #40

Closed jhb10c closed 1 year ago

jhb10c commented 1 year ago

When running CI tests using GitHub Actions, forge snapshot produces a new snapshot due to fuzzing tests. However, the toml file contains a seed:

[profile.ci.fuzz] seed = "01010"