Skip to content

Merge pull request #148 from Winnie579/docs/math-spec #125

Merge pull request #148 from Winnie579/docs/math-spec

Merge pull request #148 from Winnie579/docs/math-spec #125

Workflow file for this run

name: Rust CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
override: true
- run: make build