Skip to content

Commit

Permalink
upgrade echidna
Browse files Browse the repository at this point in the history
  • Loading branch information
darcys22 committed Dec 17, 2023
1 parent bc4161e commit 3a59800
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
- name: Install echidna
run: |
sudo wget -O /tmp/echidna-test.tar.gz https://github.com/crytic/echidna/releases/download/v1.6.0/echidna-test-v1.6.0-Ubuntu-18.04.tar.gz
sudo tar -xf /tmp/echidna-test.tar.gz -C /usr/bin
sudo chmod +x /usr/bin/echidna-test
sudo wget -O /tmp/echidna.zip https://github.com/crytic/echidna/releases/download/v2.2.1/echidna-2.2.1-Linux.zip
sudo unzip /tmp/echidna.zip -d /tmp
sudo tar -xf /tmp/echidna.tar.gz -C /usr/bin
sudo chmod +x /usr/bin/echidna
- name: Run ${{ matrix.testName }}
run: echidna-test . --contract ${{ matrix.testName }} --config echidna.config.yml
run: echidna . --contract ${{ matrix.testName }} --config echidna.config.yml

0 comments on commit 3a59800

Please sign in to comment.