mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-01 07:39:40 +00:00
check attributes
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
e74e246bbb
commit
74882c119d
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -46,6 +46,12 @@ jobs:
|
||||||
command: check
|
command: check
|
||||||
args: --no-default-features --features std
|
args: --no-default-features --features std
|
||||||
|
|
||||||
|
- name: check attributes
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: check
|
||||||
|
args: --features attributes
|
||||||
|
|
||||||
- name: tests
|
- name: tests
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue