Skip to content

feat(ci): add more platform tests #191

feat(ci): add more platform tests

feat(ci): add more platform tests #191

Workflow file for this run

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