Skip to content

membench: add LLM-as-Judge evaluation mode (#2484) #119

membench: add LLM-as-Judge evaluation mode (#2484)

membench: add LLM-as-Judge evaluation mode (#2484) #119

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Build core binaries
run: make build-all