From d5af7b05d035635bc21751ced1f5f9417e741540 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 12 May 2024 01:19:14 +0000 Subject: [PATCH] ci: pin nextest version --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6b8ed332..89d373371 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,10 +105,11 @@ 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 + tool: nextest@0.9.67 - name: Tests env: