We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d2689f commit 6974cc3Copy full SHA for 6974cc3
.github/workflows/ci.yml
@@ -248,10 +248,10 @@ jobs:
248
with:
249
save-if: ${{ github.event_name != 'merge_group' }}
250
251
- - name: install wasmtime
+ - name: install cargo-nextest and wasmtime
252
uses: taiki-e/install-action@v2
253
254
- tool: wasmtime-cli
+ tool: cargo-nextest,wasmtime-cli
255
256
- name: cargo nextest
257
run: cargo nextest run --workspace --locked --all-features --no-fail-fast --target wasm32-wasip1 \
0 commit comments