ci: update required ci steps (#4846)

This commit is contained in:
Alice Ryhl
2022-07-20 14:05:23 +02:00
committed by GitHub
parent 21900bd42b
commit 56be5286ee
+4 -2
View File
@@ -34,16 +34,18 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: needs:
- test - test
- test-unstable
- test-parking_lot - test-parking_lot
- valgrind
- test-unstable
- miri - miri
- asan
- cross - cross
- features - features
- minrust - minrust
- minimal-versions
- fmt - fmt
- clippy - clippy
- docs - docs
- valgrind
- loom-compile - loom-compile
- check-readme - check-readme
- test-hyper - test-hyper