Skip to content

runtime: Print method name in EXECUTION_DEBUG #168

runtime: Print method name in EXECUTION_DEBUG

runtime: Print method name in EXECUTION_DEBUG #168

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.14.0-dev.2340+182cdf74b
- name: Run zigSelf tests
run: zig build test