We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1431ee0 commit 79962e2Copy full SHA for 79962e2
.github/workflows/ci.yml
@@ -62,7 +62,7 @@ jobs:
62
uses: actions-rs/cargo@v1
63
with:
64
command: test
65
- args: --all --features unstable
+ args: --all --features unstable attributes
66
67
check_fmt_and_docs:
68
name: Checking fmt and docs
0 commit comments