Skip to content

Commit b8a3f86

Browse files
committed
set the correct env variables
1 parent 093c5a5 commit b8a3f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,12 @@ jobs:
5454
- name: Test with default CPU features + No Default Cargo Features
5555
env:
5656
CARGO_TARGET_WASM32_WASI_RUNNER: wasmtime run --wasm-features all --dir .
57+
CARGO_TARGET_WASM32_WASIP1_RUNNER: wasmtime run --wasm-features all --dir .
5758
run: cargo test --target ${{ matrix.rust.target }} --no-default-features
5859
- name: Test with default CPU features + All Cargo Features
5960
env:
6061
CARGO_TARGET_WASM32_WASI_RUNNER: wasmtime run --wasm-features all --dir .
62+
CARGO_TARGET_WASM32_WASIP1_RUNNER: wasmtime run --wasm-features all --dir .
6163
run: cargo test --target ${{ matrix.rust.target }} --all-features
6264

6365
- name: Build the crate with SSE4.1 (the "native" of CI will be above this)

0 commit comments

Comments
 (0)