Skip to content

Commit 1d23a8b

Browse files
committed
fix: fuzz-test(4)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent f3d040a commit 1d23a8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fuzz-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
needs: [fuzz-matrix]
5757
strategy:
5858
matrix:
59-
include: ${{ fromJSON(needs.fuzz-matrix.outputs.matrix }}
59+
include: ${{ fromJSON(needs.fuzz-matrix.outputs.matrix) }}
6060
env:
6161
CORPUS_MAX_SIZE_MB: 250
6262
FUZZ_TIME: 1m30s

0 commit comments

Comments
 (0)