Skip to content

Commit 8b0f357

Browse files
committed
[ci] fix cargo run invocation
1 parent 9ec5a93 commit 8b0f357

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
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions-rs/cargo@v1
9595
with:
9696
command: run
97-
args: --package nextest -- nextest run --all-features
97+
args: --package cargo-nextest -- nextest run --all-features
9898
- name: Install nextest from crates.io
9999
uses: baptiste0928/cargo-install@v1
100100
with:

0 commit comments

Comments
 (0)