Skip to content

Commit 0df3c02

Browse files
committed
check tokio02 features
1 parent 166c469 commit 0df3c02

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,17 @@ jobs:
110110
command: check
111111
args: --no-default-features --features alloc --target thumbv7m-none-eabi -Z avoid-dev-deps
112112

113+
check_tokio_02_feature:
114+
name: Check tokio02 feature
115+
runs-on: ubuntu-latest
116+
steps:
117+
- uses: actions/checkout@master
118+
- name: check tokio02
119+
uses: actions-rs/cargo@v1
120+
with:
121+
command: check
122+
args: --all --features tokio02
123+
113124
cross:
114125
name: Cross compile
115126
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)