mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-21 23:47:56 +00:00
Fix Weekly Fuzzer Run (#375)
* debugging fuzz testing * add zipping of artifacts * remove test constants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user