From 56be5286ee9548c483b91b7593ededcd34c5da0b Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Wed, 20 Jul 2022 14:05:23 +0200 Subject: [PATCH] ci: update required ci steps (#4846) --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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