Update GEMINI.md

Co-authored-by: Averi Kitsch <akitsch@google.com>
This commit is contained in:
Kurtis Van Gent
2026-02-13 09:40:54 -08:00
committed by GitHub
parent 5fcf3df882
commit 9a2092ffd6

View File

@@ -43,6 +43,7 @@ This file (symlinked as `CLAUDE.md` and `AGENTS.md`) provides context and guidel
- **Integration Tests:**
- Run specific source tests: `go test -race -v ./tests/<source_dir>`
- Example: `go test -race -v ./tests/alloydbpg`
- Add new sources to `.ci/integration.cloudbuild.yaml`
- **Linting:** `golangci-lint run --fix`
## Developing Documentation