diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f7bc422e8a0..ed52a9208eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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