Rename macOS test step for clarity

This commit is contained in:
bitfl0wer 2023-11-20 12:51:55 +01:00
parent e73ad1d965
commit ced83c2a57
1 changed files with 1 additions and 1 deletions

View File

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