Skip to content

Commit 8873190

Browse files
authored
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 <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## 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.
1 parent 7bdae88 commit 8873190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install cargo-nextest
6767
uses: taiki-e/install-action@v2
6868
with:
69-
tool: nextest
69+
tool: nextest@0.9.80
7070

7171
- name: Install sccache
7272
uses: mozilla-actions/[email protected]

0 commit comments

Comments
 (0)