Skip to content

Commit

Permalink
Merge pull request #146 from aviggiano/feat/fix-fuzzy
Browse files Browse the repository at this point in the history
Fix fuzzy test
  • Loading branch information
Robsonsjre committed Mar 14, 2023
2 parents 46cc8c1 + 106c416 commit 6945067
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: setup-node
uses: actions/setup-node@v2
with:
cache: "yarn"
node-version: '16.14.0'

- name: install packages
run: yarn

- name: echidna
uses: crytic/echidna-action@v2
with:
Expand Down

0 comments on commit 6945067

Please sign in to comment.