Skip to content

Commit 32bdfc6

Browse files
committed
ci: check WASI 0.2 target
1 parent eea598d commit 32bdfc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ 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+
- name: check
52+
- run: cargo check --target wasm32-wasip2
53+
4654
check_fmt_and_docs:
4755
name: Checking fmt and docs
4856
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)