We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b78951 commit 3578b20Copy full SHA for 3578b20
.github/workflows/echidna.yml
@@ -108,6 +108,7 @@ jobs:
108
output-file: ${{ matrix.files }}.out
109
solc-version: ${{ matrix.solc-version || '0.5.11' }}
110
echidna-workdir: ${{ matrix.workdir }}
111
+ echidna-version: edge
112
- name: Verify that the exit code is correct
113
run: |
114
if [[ ${{ steps.echidna.outcome }} = ${{ matrix.outcome }} ]]; then
0 commit comments