Skip to content

Commit 6974cc3

Browse files
committed
Install cargo-nextest for wasm32 workflow
1 parent 7d2689f commit 6974cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ jobs:
248248
with:
249249
save-if: ${{ github.event_name != 'merge_group' }}
250250

251-
- name: install wasmtime
251+
- name: install cargo-nextest and wasmtime
252252
uses: taiki-e/install-action@v2
253253
with:
254-
tool: wasmtime-cli
254+
tool: cargo-nextest,wasmtime-cli
255255

256256
- name: cargo nextest
257257
run: cargo nextest run --workspace --locked --all-features --no-fail-fast --target wasm32-wasip1 \

0 commit comments

Comments
 (0)