Skip to content

Cleanup LLMEndpointType #4

Cleanup LLMEndpointType

Cleanup LLMEndpointType #4

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
- name: Run tests
run: make test