Skip to content

chore(hackathon): build and publish a wasm web build #152

chore(hackathon): build and publish a wasm web build

chore(hackathon): build and publish a wasm web build #152

Workflow file for this run

name: Test Package
on:
workflow_dispatch:
pull_request:
branches: master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose