Skip to content

Implement a SIMD string compare in the core #57

Implement a SIMD string compare in the core

Implement a SIMD string compare in the core #57

Workflow file for this run

name: Core test run and format check
on: push
jobs:
test-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- run: cd core && zig build test
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- run: cd core && zig fmt --check src/*.zig