From d057291e3218c31a570bc30f3138dd64a7ba73de Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 21 Jan 2025 15:51:10 -0800 Subject: [PATCH] ci: use cargo-nextest with miri --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efcb2066..71ad595e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,8 +113,12 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@nightly with: - components: miri - - run: cargo miri test + components: miri, rust-src + - uses: taiki-e/install-action@v2 + with: + tool: cargo-nextest + - run: cargo miri nextest run + - run: cargo miri test --doc minimal-versions: name: Check MSRV and minimal-versions