Skip to content

Commit

Permalink
chore: echidna config cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sandybradley committed Jul 31, 2023
1 parent 5d5c687 commit 41be0fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/echidna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ jobs:
files: .
contract: CryticERC4626Harness
config: test/echidna/echidna.config.yaml
crytic-args: --ignore-compile
1 change: 1 addition & 0 deletions test/echidna/echidna.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ cryticArgs:
[
"--solc-remaps",
"ds-test/=lib/forge-std/lib/ds-test/src/ forge-std/=lib/forge-std/src/ solmate/=lib/solmate/src/ pigeon/=lib/pigeon/src/ solady/=lib/pigeon/lib/solady/src/ @openzeppelin/=lib/openzeppelin-contracts/ safe-contracts/=lib/safe-tools/lib/safe-contracts/contracts/ safe-tools/=lib/safe-tools/src/ properties/=lib/properties/contracts/",
"--ignore-compile",
]

0 comments on commit 41be0fe

Please sign in to comment.