Skip to content

Commit 64c9747

Browse files
committed
Upload fuzz failures
1 parent 1cc6742 commit 64c9747

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/fuzz.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ jobs:
2222

2323
- name: Run Fuzzing
2424
run: |
25-
cargo fuzz run fuzz_amf0_body -- -max_total_time=180
25+
cargo fuzz run fuzz_amf0_body -- -max_total_time=180
26+
27+
- uses: actions/upload-artifact@v4
28+
if: failure()
29+
with:
30+
name: fuzz-failures
31+
path: fuzz/artifacts/

0 commit comments

Comments
 (0)