runtime: use proper usize type for lengths #131
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
with: | |
submodules: true | |
- name: Setup Zig | |
uses: goto-bus-stop/setup-zig@v2.0.1 | |
with: | |
version: 0.12.0-dev.587+eb072fa52 | |
- name: Run zigSelf tests | |
run: zig build test |