Skip to content

Merge pull request #18 from AshAmetrine/zig-0.16.0 #21

Merge pull request #18 from AshAmetrine/zig-0.16.0

Merge pull request #18 from AshAmetrine/zig-0.16.0 #21

Workflow file for this run

name: test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
name: Build and Test
steps:
- uses: actions/checkout@v3
- uses: mlugg/setup-zig@v2
with:
version: 0.16.0
- run: zig build test