ci: check that tokio-stream/fuzz compiles (#5682)

This commit is contained in:
Hootan Shadmehr 2023-05-10 14:17:50 -04:00 committed by GitHub
parent 89b73f39bf
commit dec390df1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -698,6 +698,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install cargo-fuzz
run: cargo install cargo-fuzz
- name: Check tokio/
- name: Check /tokio/
run: cargo fuzz check --all-features
working-directory: tokio
- name: Check /tokio-stream/
run: cargo fuzz check --all-features
working-directory: tokio-stream