Skip to content

Commit

Permalink
feat: adding assertion tests to echidna
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves authored Dec 7, 2023
1 parent ee50edb commit 2d2c352
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/fuzz-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,8 @@ jobs:
sudo tar -xf /tmp/echidna-test.tar.gz -C /usr/bin
sudo chmod +x /usr/bin/echidna-test
- name: Run ${{ matrix.testName }}
run: echidna-test . --contract ${{ matrix.testName }} --config echidna.config.yml
- name: Run ${{ matrix.testName }} as properties
run: echidna-test . --contract ${{ matrix.testName }} --test-mode property --config echidna.config.yml

- name: Run ${{ matrix.testName }} as assertion
run: echidna-test . --contract ${{ matrix.testName }} --test-mode assertion --config echidna.config.yml

0 comments on commit 2d2c352

Please sign in to comment.