Skip to content

Commit 7841b98

Browse files
Merge pull request #3482 from kevinbackhouse/fuzz-artifacts
Upload crash files when fuzzing fails
2 parents 11a1745 + e822c48 commit 7841b98

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/on_PR_linux_fuzz.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,12 @@ jobs:
4545
cd build
4646
mkdir corpus
4747
LSAN_OPTIONS=suppressions=../fuzz/knownleaks.txt ./bin/${{matrix.fuzz_target}} corpus ../test/data/ -dict=../fuzz/exiv2.dict -jobs=$(nproc) -workers=$(nproc) -max_len=4096 -max_total_time=120
48+
49+
- uses: actions/upload-artifact@v6
50+
with:
51+
name: exiv2-${{ matrix.fuzz_target }}
52+
path: |
53+
./build/crash-*
54+
./build/leak-*
55+
./build/timeout-*
56+
if-no-files-found: ignore

0 commit comments

Comments
 (0)