From e6b85dd4222eb1660b591f5dbf6e2b58dfae3bfa Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 13 May 2026 19:33:08 +0300 Subject: docs(agents): document testRace mage target in AGENTS.md The testRace and goBuildRace targets already existed in Magefile.go (added in commit 70acff7) but were missing from the build/test command reference in AGENTS.md. Add the testRace entry so contributors know how to run the full test suite under Go's race detector. Co-Authored-By: Claude Sonnet 4.6 --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index d1b5d7f..d25cb43 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -19,6 +19,7 @@ mage build # Build BPF object + Go binary (all is an mage buildDocker # Build ior inside a Rocky Linux 9 container (writes binary to repo root) mage buildDockerEl8 # Build ior inside a Rocky Linux 8 container (writes ior.el8 to repo root) mage test # Run all tests +mage testRace # Run all tests with the race detector enabled (-race) TEST_NAME=TestEventloop mage testWithName # Run specific test mage integrationTest # Build + run integration tests in parallel (parallelism capped to NumCPU) mage integrationTestSerial # Build + run integration tests one at a time -- cgit v1.2.3