mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 03:17:56 +00:00
Improve Fuzzing runs (#402)
* Update Fuzzing: * add coverage generation * fix block numeration error * fix AFL build error * add an EVM run * toml sort * fix unexistent call
This commit is contained in:
@@ -33,6 +33,11 @@ jobs:
|
||||
run: |
|
||||
AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1 timeout 5h cargo ziggy fuzz -t 20 || true
|
||||
working-directory: generic-template/template-fuzzer
|
||||
|
||||
- name: Generate Ziggy Fuzzing Coverage Result
|
||||
run: |
|
||||
CARGO_HOME=.cargo cargo ziggy cover
|
||||
working-directory: generic-template/template-fuzzer
|
||||
|
||||
- name: Zip Artifacts
|
||||
run: zip artifacts.zip generic-template/template-fuzzer/output/* -r
|
||||
|
||||
Reference in New Issue
Block a user