Skip to content

Commit 05b538d

Browse files
committed
try to use nextest for windows testing (#384)
1 parent 350df01 commit 05b538d

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050
command: check
5151
args: --all --bins --tests --examples
5252
- run: git lfs fetch && git lfs checkout
53-
- name: "Test (crossterm)"
54-
uses: actions-rs/cargo@v1
55-
with:
56-
command: test
57-
args: --all
53+
- uses: taiki-e/install-action@v1
54+
- with:
55+
tool: nextest
56+
version: 0.9
57+
- name: "Test (nextest)"
58+
run: cargo nextest run --all
5859
- name: "Install prerequisites"
5960
run: vcpkg install zlib:x64-windows-static-md
6061
- name: "Installation from crates.io"

0 commit comments

Comments
 (0)