Skip to content

Merge pull request #13 from McSinyx/cmt #5

Merge pull request #13 from McSinyx/cmt

Merge pull request #13 from McSinyx/cmt #5

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@v1
with:
version: 0.14.0
- run: zig build test