Skip to content

Merge branch 'main' into zig-0.11.x #13

Merge branch 'main' into zig-0.11.x

Merge branch 'main' into zig-0.11.x #13

Workflow file for this run

name: CI
on: push
jobs:
test:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- run: zig test stable_array.zig