Enable fuzz testing during CI

This commit is contained in:
Chris Hennick 2023-04-23 16:00:37 -07:00
parent 491c512d6c
commit 7d7325324f
No known key found for this signature in database
GPG key ID: 25653935CC8B6C74

View file

@ -90,3 +90,6 @@ jobs:
- name: compile fuzz
run: |
cargo fuzz build fuzz_read
- name: run fuzz
run: |
cargo fuzz run fuzz_read -- -timeout=1s -runs=10000000