Skip to content

Commit

Permalink
ci: check that tokio-stream/fuzz compiles (#5682)
Browse files Browse the repository at this point in the history
  • Loading branch information
hootio authored May 10, 2023
1 parent 89b73f3 commit dec390d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dec390d

Please sign in to comment.