We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a491c77 commit a94fc68Copy full SHA for a94fc68
.github/workflows/fuzz-test.yml
@@ -156,8 +156,9 @@ jobs:
156
# this corpus to testdata.
157
with:
158
path: fuzzcase-${{ matrix.test }}.tgz
159
- name: '${{ runner.os }}-fuzz-corpus-failure'
+ name: '${{ runner.os }}-fuzz-corpus-failure-${{ github.run_id }}'
160
retention-days: 60
161
+ overwrite: true
162
-
163
name: Upload current corpus
164
# This is the current corpus, it does not contain the latest failed case
@@ -167,6 +168,7 @@ jobs:
167
168
path: ${{ env.CORPUS_DIR }}
169
name: '${{ runner.os }}-fuzz-corpus-failure'
170
171
172
173
name: Report fuzz corpus cache size
174
run: |
0 commit comments