2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-05-07 23:51:24 +00:00

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 uses: actions-rs/cargo@v1
with: with:
command: test command: test
args: --all --features unstable args: --all --features unstable attributes
check_fmt_and_docs: check_fmt_and_docs:
name: Checking fmt and docs name: Checking fmt and docs