Skip to content

v0.1.5

v0.1.5 #11

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
paths:
- 'typst-math-rust/**'
pull_request:
branches: [ "main" ]
paths:
- 'typst-math-rust/**'
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose
working-directory: typst-math-rust