Skip to content

Commit

Permalink
Use echidna-version action input key (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
naszam authored Mar 15, 2022
1 parent 8a1eec3 commit 503a14d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/echidna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Node
uses: actions/setup-node@v2
Expand All @@ -30,14 +30,15 @@ jobs:
run: yarn build

- name: Fuzz ${{ matrix.testName}}
uses: crytic/echidna-action@v1
uses: crytic/echidna-action@v2
with:
files: .
contract: ${{ matrix.testName }}
config: echidna.config.ci.yml
format: text
check-asserts: true
test-mode: assertion
test-limit: 50000
seq-len: 100
solc-version: 0.8.4
echidna-version: v2.0.0
crytic-args: --hardhat-ignore-compile

0 comments on commit 503a14d

Please sign in to comment.