Skip to content

Commit

Permalink
Fix Weekly Fuzzer Run (#375)
Browse files Browse the repository at this point in the history
* debugging fuzz testing

* add zipping of artifacts

* remove test constants
  • Loading branch information
KitHat authored Dec 11, 2024
1 parent 9a0e668 commit 2218936
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/generic-weekly-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:

- name: Run Ziggy Fuzzing
run: |
timeout 5h cargo ziggy fuzz -t 20 || true
AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 timeout 5h cargo ziggy fuzz -t 20 || true
working-directory: generic-template/template-fuzzer

- name: Zip Artifacts
run: zip artifacts.zip generic-template/template-fuzzer/output/* -r

- name: Save Artifacts
uses: actions/upload-artifact@v4
with:
name: fuzzing-artifacts
path: |
generic-template/template-fuzzer/output
path: artifacts.zip

0 comments on commit 2218936

Please # to comment.