Skip to content

Commit 9340e32

Browse files
authored
ci: Pin nextest version (#25)
## Description <!-- A summary of what this pull request achieves and a rough list of changes. --> Nextest seems to have some issues with file descriptors in the latest version. This pins nextest to a 3 month old version so we get reliable flaky test runs again. ## 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. --> Related PR: n0-computer/iroh#3088 ## Change checklist - [x] Self-review. - ~~[ ] 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.~~ - ~~[ ] Tests if relevant.~~ - ~~[ ] All breaking changes documented.~~
1 parent a5219d1 commit 9340e32

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/sccache-action@v0.0.7

0 commit comments

Comments
 (0)