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 f6cee8e commit 23818e9Copy full SHA for 23818e9
.github/workflows/medusa.yml
@@ -174,6 +174,7 @@ jobs:
174
medusa fuzz --compilation-target ${{ matrix.files }} --target-contracts ${{ matrix.contract }} --no-color > ${{ matrix.files }}.out || true
175
176
- name: Verify that the output is correct
177
+ working-directory: ${{ matrix.workdir }}
178
run: |
179
if grep -q "${{ matrix.expected }}" "${{ matrix.files }}.out"; then
180
echo "Output matches"
0 commit comments