Skip to content

Commit 84f8f9c

Browse files
committed
fix(fuzz): fixed race condition on cached corpus when running multiple fuzz tests
Signed-off-by: Frederic BIDON <[email protected]>
1 parent d576d75 commit 84f8f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
167167
with:
168168
path: ${{ env.CORPUS_DIR }}
169-
name: '${{ runner.os }}-fuzz-corpus-failure'
169+
name: '${{ runner.os }}-fuzz-corpus-${{ matrix.test }}'
170170
retention-days: 60
171171
overwrite: true
172172
-

0 commit comments

Comments
 (0)