Skip to content

Commit d248dbd

Browse files
authored
chore(ci): Pin nextest version on unix (#9)
## Description Some recent nextest version broke things. We should probably debug that but for now just pin nextest. ## 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.
1 parent f6b6375 commit d248dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
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)