Skip to content

Commit

Permalink
Upload fuzz failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Jul 5, 2024
1 parent 45054df commit 2b0d865
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ jobs:

- name: Run Fuzzing
run: |
cargo fuzz run fuzz_amf0_body -- -max_total_time=180
cargo fuzz run fuzz_amf0_body -- -max_total_time=180
- uses: actions/upload-artifact@v4
if: failure()
with:
name: fuzz-failures
path: fuzz/artifacts/

0 comments on commit 2b0d865

Please sign in to comment.