Skip to content

Commit 56be528

Browse files
authored
ci: update required ci steps (#4846)
1 parent 21900bd commit 56be528

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,18 @@ jobs:
3434
runs-on: ubuntu-latest
3535
needs:
3636
- test
37-
- test-unstable
3837
- test-parking_lot
38+
- valgrind
39+
- test-unstable
3940
- miri
41+
- asan
4042
- cross
4143
- features
4244
- minrust
45+
- minimal-versions
4346
- fmt
4447
- clippy
4548
- docs
46-
- valgrind
4749
- loom-compile
4850
- check-readme
4951
- test-hyper

0 commit comments

Comments
 (0)