forgor installing nextest

This commit is contained in:
bitfl0wer 2024-07-24 16:12:06 +02:00
parent f32b3060cf
commit 31509b9945
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,7 @@ jobs:
with: with:
cache-all-crates: "true" cache-all-crates: "true"
prefix-key: "macos" prefix-key: "macos"
- uses: taiki-e/install-action@nextest
- name: Run WASM tests with Safari, Firefox, Chrome - name: Run WASM tests with Safari, Firefox, Chrome
run: | run: |
rustup target add wasm32-unknown-unknown rustup target add wasm32-unknown-unknown
@ -126,6 +127,7 @@ jobs:
with: with:
cache-all-crates: "true" cache-all-crates: "true"
prefix-key: "macos" prefix-key: "macos"
- uses: taiki-e/install-action@nextest
- name: Run WASM tests with Safari, Firefox, Chrome - name: Run WASM tests with Safari, Firefox, Chrome
run: | run: |
rustup target add wasm32-unknown-unknown rustup target add wasm32-unknown-unknown