Skip to content

Merge pull request #8 from probably-neb/phi_llmedaddy.biz #62

Merge pull request #8 from probably-neb/phi_llmedaddy.biz

Merge pull request #8 from probably-neb/phi_llmedaddy.biz #62

Workflow file for this run

name: ZIG TEST
on:
push:
branches:
- 'main'
pull_request:
branches:
- '*'
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test-suite-setup
- run: just test
shell: bash