forked from mirror/async-std
check tokio02 features
This commit is contained in:
parent
166c469d1c
commit
0df3c02b81
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
|
@ -110,6 +110,17 @@ jobs:
|
|||
command: check
|
||||
args: --no-default-features --features alloc --target thumbv7m-none-eabi -Z avoid-dev-deps
|
||||
|
||||
check_tokio_02_feature:
|
||||
name: Check tokio02 feature
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: check tokio02
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: check
|
||||
args: --all --features tokio02
|
||||
|
||||
cross:
|
||||
name: Cross compile
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue