Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
(cherry picked from commit abba0d047a)
11 lines
168 B
TOML
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
|