Skip to content

Commit 7d9a063

Browse files
committed
fix cargo test arguments on ci
1 parent 44e38ea commit 7d9a063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions-rs/cargo@v1
6464
with:
6565
command: test
66-
args: --all --features unstable attributes
66+
args: --all --features "unstable attributes"
6767

6868
check_fmt_and_docs:
6969
name: Checking fmt and docs

0 commit comments

Comments
 (0)