Skip to content

Commit

Permalink
update echidna config
Browse files Browse the repository at this point in the history
  • Loading branch information
haythemsellami committed Jul 3, 2024
1 parent 54fc8ff commit 183e275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/echidna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ jobs:
with:
files: test/echidna/CryticERC4626Harness.t.sol
contract: CryticERC4626Harness
config: test/echidna/config/echidna.config.yaml
crytic-args: --foundry-ignore-compile
crytic-args: --foundry-ignore-compile --ignore-compile
4 changes: 1 addition & 3 deletions test/echidna/config/echidna.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ coverageFormats: ["lcov", "html"]
quiet: false

# concurrent workers
workers: 10

cryticArgs: ["---foundry-ignore-compile"]
workers: 10

0 comments on commit 183e275

Please sign in to comment.