From b8c3b4593c033ea7dcdded37fefff4b4d8e1778e Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 12 May 2024 02:18:44 +0000 Subject: [PATCH] Revert "ci: pin nextest version" This reverts commit d5af7b05d035635bc21751ced1f5f9417e741540. --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89d373371..a6b8ed332 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,11 +105,10 @@ jobs: - name: Cache rust cargo artifacts uses: swatinem/rust-cache@v2 - # Version is pinned due to bug in nextest 0.9.70 - name: Install nextest uses: taiki-e/install-action@v2 with: - tool: nextest@0.9.67 + tool: nextest - name: Tests env: