Skip to content

Commit 3578b20

Browse files
authored
Use latest Echidna development version for testing (#136)
1 parent 7b78951 commit 3578b20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/echidna.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
output-file: ${{ matrix.files }}.out
109109
solc-version: ${{ matrix.solc-version || '0.5.11' }}
110110
echidna-workdir: ${{ matrix.workdir }}
111+
echidna-version: edge
111112
- name: Verify that the exit code is correct
112113
run: |
113114
if [[ ${{ steps.echidna.outcome }} = ${{ matrix.outcome }} ]]; then

0 commit comments

Comments
 (0)