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: