Rename macOS test step for clarity

This commit is contained in:
bitfl0wer 2023-11-20 12:51:55 +01:00
parent 79d97a1a7a
commit 31136ada29
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ jobs:
with:
cache-all-crates: "true"
prefix-key: "macos"
- name: Build, Test wasm with Safari
- name: Run WASM tests with Safari, Firefox, Chrome
run: |
rustup target add wasm32-unknown-unknown
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash