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 8cbddef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ 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:
- uses: actions/checkout@master
- 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 8cbddef

Please sign in to comment.