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 8de8820 commit 7a1f79a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ 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
with:
name: fuzz-failures
path: fuzz/artifacts/

0 comments on commit 7a1f79a

Please sign in to comment.