test(fuzz): record reproducible run seeds (#6547)

This commit is contained in:
Zhengchao An
2026-08-25 04:32:41 +08:00
committed by GitHub
parent 40e6decc93
commit 82df9ec4fa
5 changed files with 145 additions and 6 deletions
+2 -2
View File
@@ -173,7 +173,7 @@ jobs:
path: |
fuzz/artifacts/**
fuzz/corpus/${{ matrix.target }}/**
if-no-files-found: ignore
if-no-files-found: error
retention-days: 7
# ──────────────────────────────────────────────────────────────
@@ -227,7 +227,7 @@ jobs:
path: |
fuzz/artifacts/**
fuzz/corpus/${{ matrix.target }}/**
if-no-files-found: ignore
if-no-files-found: error
retention-days: 30
# ──────────────────────────────────────────────────────────────