Skip to content

Commit 3082b37

Browse files
committed
fix ci
1 parent c0fb376 commit 3082b37

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828
- name: tests async-io
2929
uses: actions-rs/cargo@v1
3030
with:
31-
command: test --features async-io
31+
command: test
32+
args: --features async-io
3233

3334
- name: tests tokio
3435
uses: actions-rs/cargo@v1
3536
with:
36-
command: test --features tokio
37+
command: test
38+
args: --features tokio
3739

0 commit comments

Comments
 (0)