Skip to content

Temporary changes to grammars for testing. #4

Temporary changes to grammars for testing.

Temporary changes to grammars for testing. #4

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