Skip to content

tests: Add a bunch of string and integer ops tests #153

tests: Add a bunch of string and integer ops tests

tests: Add a bunch of string and integer ops tests #153

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@v2
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2.1.1
with:
version: 0.12.0-dev.3328+5cd7fef17
- name: Run zigSelf tests
run: zig build test