diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-14 10:43:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-14 10:43:33 +0300 |
| commit | 9d32b8138baf821d72eb1f5a7a218f9b1949c853 (patch) | |
| tree | ecb4884f72d425b63e2f1039bf018732ecfe0598 /AGENTS.md | |
| parent | aad908c3b71f2a99898e0b0820625ddd40a986f3 (diff) | |
Enable race tests in mage automation (p3)
- Test runs unit tests then race detector via mg.Deps
- Add TestRace target for race-only runs
- Document mage test vs testRace in AGENTS.md
Made-with: Cursor
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ go build -o goprecords ./cmd/goprecords # Run tests go test ./... -# or: mage test +# Full check (unit + race): mage test +# Race only: mage testRace # Run integration tests ./goprecords test |
