Skip to content

Commit f0d88ba

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

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
@@ -135,7 +135,7 @@ jobs:
135135
FINAL_SIZE_MB="$(size "${CORPUS_DIR}" "m")"
136136
echo "::notice:purged cache size: ${FINAL_SIZE_MB} MB"
137137
-
138-
name: Run go fuzz test ${{ }}
138+
name: Run go fuzz test ${{ matrix.test }}
139139
run: >
140140
go test
141141
-fuzz=Fuzz

0 commit comments

Comments
 (0)