2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-04-13 11:56:43 +00:00

fix cargo test arguments on ci

This commit is contained in:
k-nasa 2019-11-28 20:53:47 +09:00
parent 44e38eae59
commit 7d9a063002

View file

@ -63,7 +63,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --features unstable attributes
args: --all --features "unstable attributes"
check_fmt_and_docs:
name: Checking fmt and docs