From 88731908276b3acdd1fd79becdb3d329dd5d14e4 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Fri, 3 Jan 2025 11:02:49 +0100 Subject: [PATCH] ci: Pin an older nextest version (#3088) ## Description 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. ## Breaking Changes ## Notes & open questions ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [x] Tests if relevant. - [x] All breaking changes documented. --- .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 1aec58d60d..5db3e4943e 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