Skip to content

Commit

Permalink
ci: update required ci steps (tokio-rs#4846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn authored Jul 20, 2022
1 parent 21900bd commit 56be528
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@ jobs:
runs-on: ubuntu-latest
needs:
- test
- test-unstable
- test-parking_lot
- valgrind
- test-unstable
- miri
- asan
- cross
- features
- minrust
- minimal-versions
- fmt
- clippy
- docs
- valgrind
- loom-compile
- check-readme
- test-hyper
Expand Down

0 comments on commit 56be528

Please sign in to comment.