We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3d040a commit 1d23a8bCopy full SHA for 1d23a8b
1 file changed
.github/workflows/fuzz-test.yml
@@ -56,7 +56,7 @@ jobs:
56
needs: [fuzz-matrix]
57
strategy:
58
matrix:
59
- include: ${{ fromJSON(needs.fuzz-matrix.outputs.matrix }}
+ include: ${{ fromJSON(needs.fuzz-matrix.outputs.matrix) }}
60
env:
61
CORPUS_MAX_SIZE_MB: 250
62
FUZZ_TIME: 1m30s
0 commit comments