File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,12 @@ jobs:
54
54
- name : Test with default CPU features + No Default Cargo Features
55
55
env :
56
56
CARGO_TARGET_WASM32_WASI_RUNNER : wasmtime run --wasm-features all --dir .
57
+ CARGO_TARGET_WASM32_WASIP1_RUNNER : wasmtime run --wasm-features all --dir .
57
58
run : cargo test --target ${{ matrix.rust.target }} --no-default-features
58
59
- name : Test with default CPU features + All Cargo Features
59
60
env :
60
61
CARGO_TARGET_WASM32_WASI_RUNNER : wasmtime run --wasm-features all --dir .
62
+ CARGO_TARGET_WASM32_WASIP1_RUNNER : wasmtime run --wasm-features all --dir .
61
63
run : cargo test --target ${{ matrix.rust.target }} --all-features
62
64
63
65
- name : Build the crate with SSE4.1 (the "native" of CI will be above this)
You can’t perform that action at this time.
0 commit comments