Skip to content

runtime: Don't call regular method if assignment hash matches #180

runtime: Don't call regular method if assignment hash matches

runtime: Don't call regular method if assignment hash matches #180

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.864+75d0ec9c0
- name: Run tests
run: zig build test --summary all