Skip to content

Commit

Permalink
ci: check WASI 0.2 target
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Dec 3, 2024
1 parent aa53eac commit a2398d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
command: test
args: --all --no-default-features --features runtime-async-std

# Check WASI 0.2 target.
check_wasi:
name: Check wasm32-wasip2 target
runs-on: ubuntu-latest
steps:
- name: check
- run: cargo check --target wasm32-wasip2

check_fmt_and_docs:
name: Checking fmt and docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit a2398d7

Please sign in to comment.