Skip to content

Update handler spec to reflect response restructuring and new semantics #50

Update handler spec to reflect response restructuring and new semantics

Update handler spec to reflect response restructuring and new semantics #50

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Build
run: make build
- name: Run tests
run: make test