Files
openzeppelin-contracts/foundry.toml
github-actions 2401cc759b Update docs
2023-10-02 19:49:54 +00:00

11 lines
168 B
TOML

[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'
[fuzz]
runs = 10000
max_test_rejects = 150000