Skip to content

Test: additional models testing and explicit failure #126

Test: additional models testing and explicit failure

Test: additional models testing and explicit failure #126

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- "main"
pull_request:
paths-ignore:
- "**.md"
- "docs/**"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run Tests
run: |
make test