Skip to content

Commit

Permalink
chore: update echidna ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sandybradley committed Jul 30, 2023
1 parent 31278b1 commit 208ec66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/echidna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Echidna
uses: crytic/echidna-action@v2
with:
files: test/echidna/ERC4626-echidna.t.sol
files: .
contract: CryticERC4626Harness
config: test/echidna/echidna.config.yaml
crytic-args: --ignore-compile
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ remappings.txt
.envrc.local

crytic-export/
test/echidna/echidna-corpus/

0 comments on commit 208ec66

Please sign in to comment.