Skip to content

Commit a94fc68

Browse files
committed
fix(fuzz): should overwrite fuzz corpus
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent a491c77 commit a94fc68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/fuzz-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ jobs:
156156
# this corpus to testdata.
157157
with:
158158
path: fuzzcase-${{ matrix.test }}.tgz
159-
name: '${{ runner.os }}-fuzz-corpus-failure'
159+
name: '${{ runner.os }}-fuzz-corpus-failure-${{ github.run_id }}'
160160
retention-days: 60
161+
overwrite: true
161162
-
162163
name: Upload current corpus
163164
# This is the current corpus, it does not contain the latest failed case
@@ -167,6 +168,7 @@ jobs:
167168
path: ${{ env.CORPUS_DIR }}
168169
name: '${{ runner.os }}-fuzz-corpus-failure'
169170
retention-days: 60
171+
overwrite: true
170172
-
171173
name: Report fuzz corpus cache size
172174
run: |

0 commit comments

Comments
 (0)