mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 03:17: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
|
- name: Run Ziggy Fuzzing
|
||||||
run: |
|
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
|
working-directory: generic-template/template-fuzzer
|
||||||
|
|
||||||
|
- name: Zip Artifacts
|
||||||
|
run: zip artifacts.zip generic-template/template-fuzzer/output/* -r
|
||||||
|
|
||||||
- name: Save Artifacts
|
- name: Save Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: fuzzing-artifacts
|
name: fuzzing-artifacts
|
||||||
path: |
|
path: artifacts.zip
|
||||||
generic-template/template-fuzzer/output
|
|
||||||
|
|||||||
Reference in New Issue
Block a user