fix cargo test arguments on ci

split-by-pattern
k-nasa 5 years ago
parent 44e38eae59
commit 7d9a063002

@ -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…
Cancel
Save