Skip to content

change the readme around #77

change the readme around

change the readme around #77

Workflow file for this run

name: Testing
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: List src directory
run: ls -l src
- name: Install Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: Run Zig Test
run: zig build test --summary all