Skip to content

Commit

Permalink
fix: using recent version of echidna
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves authored Dec 7, 2023
1 parent 8e6f000 commit 264a6a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
- name: Install echidna
run: |
sudo wget -O /tmp/echidna-2.2.1.tar.gz https://github.com/crytic/echidna/archive/refs/tags/v2.2.1.tar.gz
sudo tar -xf /tmp/echidna-2.2.1.tar.gz -C /usr/bin
sudo chmod +x /usr/bin/echidna-2.2.1
sudo wget -O /tmp/echidna-2.2.1-Linux.zip https://github.com/crytic/echidna/releases/download/v2.2.1/echidna-2.2.1-Linux.zip
sudo unzip /tmp/echidna-2.2.1-Linux.zip -d /usr/bin
sudo chmod +x /usr/bin/echidna
- name: Run ${{ matrix.testName }} as properties
run: echidna . --contract ${{ matrix.testName }} --test-mode property --config echidna.config.yml
Expand Down

0 comments on commit 264a6a6

Please sign in to comment.