enable attributes feature

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-11-12 23:37:43 +01:00
parent 1431ee0422
commit 79962e20a5
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

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