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 e0d0e5c commit 49e5891
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/echidna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
run: |
forge build --build-info
- name: Run Echidna
uses: crytic/echidna-action@v2
with:
files: test/echidna/CryticERC4626Harness.t.sol
contract: CryticERC4626Harness
config: test/echidna/config/echidna.config.yaml
- name: Install Echidna docker
uses: docker://ghcr.io/crytic/echidna/echidna:latest

- name: Run Echidna tests
run: |
echidna test/echidna/CryticERC4626Harness.t.sol --contract CryticERC4626Harness --config test/echidna/config/echidna.config.yaml

0 comments on commit 49e5891

Please sign in to comment.