Skip to content

Implement opaque Mailbox/Pool for "information hiding" - no changes i… #166

Implement opaque Mailbox/Pool for "information hiding" - no changes i…

Implement opaque Mailbox/Pool for "information hiding" - no changes i… #166

Workflow file for this run

name: macOS
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Build and test (${{ matrix.optimize }})
runs-on: macos-15
strategy:
fail-fast: false
matrix:
optimize: [Debug, ReleaseSafe, ReleaseFast, ReleaseSmall]
steps:
- uses: actions/checkout@v7
with:
submodules: recursive
- uses: mlugg/setup-zig@v2.2.1
with:
version: 0.16.0
- run: zig build test -freference-trace --summary all -Doptimize=${{ matrix.optimize }}