From aad7a825495a282bde3412f75434e8aea1387042 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 12 May 2024 01:16:04 +0000 Subject: [PATCH] Revert "Try to use test instead of nextest" This reverts commit fab6341dbb3f8d6273b04d5810ecb6bee6079d69. --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5921792e0..a6b8ed332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,10 +105,15 @@ jobs: - name: Cache rust cargo artifacts uses: swatinem/rust-cache@v2 + - name: Install nextest + uses: taiki-e/install-action@v2 + with: + tool: nextest + - name: Tests env: RUST_BACKTRACE: 1 - run: cargo test run --workspace + run: cargo nextest run --workspace - name: Doc-Tests env: