We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166c469 commit 0df3c02Copy full SHA for 0df3c02
.github/workflows/ci.yml
@@ -110,6 +110,17 @@ jobs:
110
command: check
111
args: --no-default-features --features alloc --target thumbv7m-none-eabi -Z avoid-dev-deps
112
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
+
124
cross:
125
name: Cross compile
126
runs-on: ubuntu-latest
0 commit comments