Skip to content

fix issue with mismatched reap and completion sizes #16

fix issue with mismatched reap and completion sizes

fix issue with mismatched reap and completion sizes #16

Workflow file for this run

name: linux
on:
push:
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.13.0
- name: Unit Test
run: zig build test --summary all