Skip to content

Commit ecfbb10

Browse files
committed
ci: check WASI 0.2 target
1 parent 74193ae commit ecfbb10

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ jobs:
4343
command: test
4444
args: --all --no-default-features --features runtime-async-std
4545

46+
# Check WASI 0.2 target.
47+
check_wasi:
48+
name: Check wasm32-wasip2 target
49+
runs-on: ubuntu-latest
50+
steps:
51+
- uses: actions/checkout@master
52+
- run: rustup target add wasm32-wasip2
53+
- name: check
54+
run: cargo check --target wasm32-wasip2
55+
4656
check_fmt_and_docs:
4757
name: Checking fmt and docs
4858
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)