foundry.toml 168 B

12345678910
  1. [profile.default]
  2. src = 'contracts'
  3. out = 'out'
  4. libs = ['node_modules', 'lib']
  5. test = 'test'
  6. cache_path = 'cache_forge'
  7. [fuzz]
  8. runs = 10000
  9. max_test_rejects = 150000