Skip to content

Progress on grammar routines. #24

Progress on grammar routines.

Progress on grammar routines. #24

Workflow file for this run

name: "test"
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Run tests
run: cargo test --all-targets