Skip to content

feat: add benchmark tool + metrics logging middleware #3

feat: add benchmark tool + metrics logging middleware

feat: add benchmark tool + metrics logging middleware #3

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Build
run: go build ./cmd/server/
- name: Test
run: go test ./... -v