Skip to content

Update the setup-zig GitHub action to v2 #15

Update the setup-zig GitHub action to v2

Update the setup-zig GitHub action to v2 #15

Workflow file for this run

name: Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-24.04-arm
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install Zig
uses: mlugg/setup-zig@v2
- name: Unit tests
run: |
zig build test
zig build test -Drelease