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:
parent
44e38eae59
commit
7d9a063002
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue