Skip to content

chore(deps): update swatinem/rust-cache action to v2.7.1 #28

chore(deps): update swatinem/rust-cache action to v2.7.1

chore(deps): update swatinem/rust-cache action to v2.7.1 #28

Workflow file for this run

on:
push:
branches:
- main
pull_request:
name: Tests
jobs:
wasm:
runs-on: ubuntu-latest
env:
RUSTFLAGS: ''
CARGO_PROFILE_DEV_DEBUG: '0' # reduce size of target directory
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
- name: WASM pkg
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd ./star-wasm
make build
- name: WASM www
run: |
cd ./star-wasm/www
make