mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-04 00:00:12 +02:00
ci: check that tokio-stream/fuzz compiles (#5682)
This commit is contained in:
@@ -698,6 +698,9 @@ jobs:
|
|||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Install cargo-fuzz
|
- name: Install cargo-fuzz
|
||||||
run: cargo install cargo-fuzz
|
run: cargo install cargo-fuzz
|
||||||
- name: Check tokio/
|
- name: Check /tokio/
|
||||||
run: cargo fuzz check --all-features
|
run: cargo fuzz check --all-features
|
||||||
working-directory: tokio
|
working-directory: tokio
|
||||||
|
- name: Check /tokio-stream/
|
||||||
|
run: cargo fuzz check --all-features
|
||||||
|
working-directory: tokio-stream
|
||||||
|
|||||||
Reference in New Issue
Block a user