make buildUnit tests:
make testIntegration tests (requires Docker):
make integrationRun the full check suite locally:
make checkThis runs the same checks as CI: formatting, linting, go mod tidy verification, and tests. If make check passes locally, CI will pass too.
- Go code is formatted with
gofmt - Linting via
golangci-lint(see.golangci.ymlfor config) - See
docs/dev/CODING-STANDARD.mdfor project conventions
One commit per logical change. Keep commits focused and self-contained.