File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -145,25 +145,20 @@ jobs:
145
145
# with the host system.
146
146
- run : TZ="$(date +%z)" NOW="$(date +%s)" wasm-pack test --node -- --features wasmbind
147
147
148
- test_wasi :
148
+ test_wasip1 :
149
149
strategy :
150
150
matrix :
151
151
os : [ubuntu-latest]
152
- target :
153
- - wasm32-wasi
152
+ target : [wasm32-wasip1]
154
153
runs-on : ${{ matrix.os }}
155
154
steps :
156
155
- uses : actions/checkout@v4
157
156
- uses : dtolnay/rust-toolchain@stable
158
157
with :
159
- targets : wasm32-wasi
158
+ targets : ${{ matrix.target }}
160
159
- uses : Swatinem/rust-cache@v2
161
- - run : cargo install cargo-wasi
162
- - uses : mwilliamson/setup-wasmtime-action@v2
163
- with :
164
- wasmtime-version : " 12.0.1"
165
160
# We can't use `--all-features` because rkyv uses the mutually-exclusive-feature pattern
166
- - run : cargo wasi test --features=serde,unstable-locales --color=always -- --color=always
161
+ - run : cargo check --target ${{ matrix.target }} --all-targets --features=serde,unstable-locales
167
162
168
163
cross-targets :
169
164
strategy :
You can’t perform that action at this time.
0 commit comments