Skip to content

Fixed bugs & added coverage to CI #47

Fixed bugs & added coverage to CI

Fixed bugs & added coverage to CI #47

Workflow file for this run

name: Tests
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
- run: zig test src/tests.zig