Skip to content

perf: add ASCII fast path in parseGround #292

perf: add ASCII fast path in parseGround

perf: add ASCII fast path in parseGround #292

Workflow file for this run

name: test
on:
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
with:
version: 0.15.1
- run: zig build test
check-fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
with:
version: 0.15.1
- run: zig fmt --check .