Skip to content

Bound variable-length shift and clamp float→uint casts in the parsers #84

Bound variable-length shift and clamp float→uint casts in the parsers

Bound variable-length shift and clamp float→uint casts in the parsers #84

Workflow file for this run

name: zig
on:
push:
branches: [master]
pull_request:
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Setup Zig
uses: mlugg/setup-zig@v2
- name: Build
run: zig build --summary all
- name: Test
run: zig build test --summary all