Skip to content

runtime: Implement GetLocal/PutLocal instructions #188

runtime: Implement GetLocal/PutLocal instructions

runtime: Implement GetLocal/PutLocal instructions #188

Workflow file for this run

name: Run zigSelf tests
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: 0.16.0-dev.627+e6e4792a5
- name: Run tests
run: zig build test --summary all