Enable fuzz testing during CI
This commit is contained in:
parent
491c512d6c
commit
7d7325324f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue