Skip to content

Commit 0e525ab

Browse files
committed
fix wasi test
1 parent bdb1a18 commit 0e525ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,9 @@ jobs:
361361
with:
362362
toolchain: nightly
363363
default: true
364-
target: wasm32-wasi
364+
target: wasm32-wasip1
365365
- run: |
366366
curl -Lf https://github.com/bytecodealliance/wasmtime/releases/download/v24.0.0/wasmtime-v24.0.0-x86_64-linux.tar.xz | tar xJf - -C ${{ runner.tool_cache }}
367367
echo "${{ runner.tool_cache }}/wasmtime-v24.0.0-x86_64-linux" >> $GITHUB_PATH
368-
echo "CARGO_TARGET_WASM32_WASI_RUNNER=wasmtime run --" >> $GITHUB_ENV
369-
- run: cargo test --target wasm32-wasi --all -- --nocapture
368+
echo "CARGO_TARGET_WASM32_WASIP1_RUNNER=wasmtime run --" >> $GITHUB_ENV
369+
- run: cargo test --target wasm32-wasip1 --all -- --nocapture

0 commit comments

Comments
 (0)