Skip to content

runtime: Introduce the value slot concept #177

runtime: Introduce the value slot concept

runtime: Introduce the value slot concept #177

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@v1
with:
version: 0.15.0-dev.465+bb79c85cb
- name: Run tests
run: zig build test --summary all