From d3f07498c2022c361829c69412cd7128eb02df7c Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 3 Jan 2025 09:25:48 +0100 Subject: [PATCH] ci: Pin an older nextest version We get very weird errors from nextest, I suspect this is a regression. This version is 3 months old, which is probably something nice to try. This does not yet do this everywhere, e.g. windows still installs the latest. But this is enough to see if it helps. --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 1aec58d60d6..5db3e4943e4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -66,7 +66,7 @@ jobs: - name: Install cargo-nextest uses: taiki-e/install-action@v2 with: - tool: nextest + tool: nextest@0.9.80 - name: Install sccache uses: mozilla-actions/sccache-action@v0.0.7