Skip to content

fix: paths in build.zig.zon #38

fix: paths in build.zig.zon

fix: paths in build.zig.zon #38

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: install zig
uses: weskoerber/setup-zig@main
- name: checkout
uses: actions/checkout@v4
- name: test
run: zig build test