summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-14 10:43:33 +0300
committerPaul Buetow <paul@buetow.org>2026-04-14 10:43:33 +0300
commit9d32b8138baf821d72eb1f5a7a218f9b1949c853 (patch)
treeecb4884f72d425b63e2f1039bf018732ecfe0598 /AGENTS.md
parentaad908c3b71f2a99898e0b0820625ddd40a986f3 (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.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/AGENTS.md b/AGENTS.md
index 9fc309d..6558be1 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -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