From fab6341dbb3f8d6273b04d5810ecb6bee6079d69 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 12 May 2024 01:13:02 +0000 Subject: [PATCH] Try to use test instead of nextest --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6b8ed332..5921792e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,15 +105,10 @@ 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 nextest run --workspace + run: cargo test run --workspace - name: Doc-Tests env: