Skip to content

add support for the latest version of zig 0.13.0 #8

add support for the latest version of zig 0.13.0

add support for the latest version of zig 0.13.0 #8

Workflow file for this run

name: monkey.zig CI
on:
pull_request:
types: [opened, synchronize]
push:
branches: [main]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v2
- uses: goto-bus-stop/setup-zig@v1
with:
version: 0.9.1
- name: Run tests
run: zig build test