Skip to content

rename gh workflow link #2

rename gh workflow link

rename gh workflow link #2

Workflow file for this run

name: CI
on:
push:
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
- name: Test
run: zig build test --summary-all