Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.18 KB

File metadata and controls

47 lines (32 loc) · 1.18 KB

Summary

Type of change

  • Bug fix
  • Refactor
  • New feature
  • Breaking change (describe impact below)
  • Documentation only
  • Build / CI / tooling
  • Dependency update

How to test

go test ./... -race
# optional: local stack
# make up

# optional: Python E2E (see README; requires BASE_URL and API_KEY)
# pytest -v tests/e2e.py

Checklist

  • go test ./... -race passes locally
  • If you changed routes, handlers, or models: Swagger was regenerated (swag init / project Makefile setup target) and docs/ is updated if required
  • If you added or renamed environment variables: README and/or .env examples are updated
  • If you changed Docker or compose: docker compose build (or make build-docker) still succeeds
  • No new secrets, credentials, or production keys committed

Related issues