Skip to content

Commit 5f4894a

Browse files
committed
[ci] fix cargo nextest install from crates.io
1 parent 8b0f357 commit 5f4894a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Install nextest from crates.io
9999
uses: baptiste0928/cargo-install@v1
100100
with:
101-
crate: nextest
101+
crate: cargo-nextest
102102
- name: Test with nextest from crates.io
103103
uses: actions-rs/cargo@v1
104104
with:

0 commit comments

Comments
 (0)