2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-02-28 23:29:41 +00:00

check attributes

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-11-09 12:44:14 +01:00
parent e74e246bbb
commit 74882c119d
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -46,6 +46,12 @@ jobs:
command: check
args: --no-default-features --features std
- name: check attributes
uses: actions-rs/cargo@v1
with:
command: check
args: --features attributes
- name: tests
uses: actions-rs/cargo@v1
with: