Skip to content

test(e2e): add end-to-end tests for inference and CLI #1

test(e2e): add end-to-end tests for inference and CLI

test(e2e): add end-to-end tests for inference and CLI #1

Workflow file for this run

name: E2E Tests
on:
workflow_dispatch:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
e2e-test:
runs-on: macos-latest
timeout-minutes: 20
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
submodules: recursive
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
with:
go-version: 1.25.8
cache: true
- name: Run e2e tests
run: make e2e