We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b53cd36 commit 04cc2fdCopy full SHA for 04cc2fd
.github/workflows/ci.yml
@@ -187,8 +187,14 @@ jobs:
187
uses: actions-rs/cargo@v1
188
with:
189
command: check
190
- args: --target wasm32-unknown-unknown
+ args: --target wasm32-unknown-unknown
191
192
+ - name: check unstable
193
+ uses: actions-rs/cargo@v1
194
+ with:
195
+ command: check
196
+ args: --target wasm32-unknown-unknown --tests --all --features unstable
197
+
198
check_fmt_and_docs:
199
name: Checking fmt and docs
200
runs-on: ubuntu-latest
0 commit comments