Skip to content

Commit

Permalink
ci: Pin an older nextest version (#3088)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
flub authored Jan 3, 2025
1 parent 7bdae88 commit 8873190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 8873190

Please sign in to comment.