Commit 3596a52 1 parent eb208b8 commit 3596a52 Copy full SHA for 3596a52
File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- [target .wasm32-wasi ]
1
+ [target .wasm32-wasip1 ]
2
2
runner = " wasmtime"
Original file line number Diff line number Diff line change @@ -146,17 +146,20 @@ jobs:
146
146
- name : Add Wasmtime to path
147
147
run : echo "$HOME/.wasmtime/bin" >> $GITHUB_PATH
148
148
149
- - name : Install wasm32-wasi target
150
- run : rustup target add wasm32-wasi
149
+ - name : Install Rust Toolchain
150
+ run : rustup update nightly && rustup default nightly
151
+
152
+ - name : Install wasm32-wasip1 target
153
+ run : rustup target add wasm32-wasip1
151
154
152
155
- name : Default features
153
- run : cargo test --target wasm32-wasi
156
+ run : cargo test --target wasm32-wasip1
154
157
155
158
- name : Version features
156
- run : cargo test --target wasm32-wasi --features "$VERSION_FEATURES $DEP_FEATURES"
159
+ run : cargo test --target wasm32-wasip1 --features "$VERSION_FEATURES $DEP_FEATURES"
157
160
158
161
- name : Fast RNG
159
- run : cargo test --target wasm32-wasi --features "v4 fast-rng"
162
+ run : cargo test --target wasm32-wasip1 --features "v4 fast-rng"
160
163
161
164
miri :
162
165
name : Tests / Miri
You can’t perform that action at this time.
0 commit comments