mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
add new fuzzers for print_json and dump_raw_tape (#416)
after looking at the coverage report available at https://storage.googleapis.com/oss-fuzz-coverage/simdjson/reports/20191222/linux/src/simdjson/report.html
This commit is contained in:
committed by
Daniel Lemire
parent
27293cc1c1
commit
4da06830f1
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
allfuzzers: parser dump
|
||||
allfuzzers: parser dump dump_raw_tape print_json
|
||||
artifactsprefix: -artifact_prefix=fuzzfailure/
|
||||
steps:
|
||||
- name: Install packages necessary for building
|
||||
|
||||
Reference in New Issue
Block a user