test(multiplayer): cover matcher load boundary

This commit is contained in:
Josh Creek
2026-09-01 18:32:40 +01:00
parent 71935e61b5
commit 55706ba9ea
4 changed files with 84 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ verify-multiplayer-local:
bash scripts/verify_multiplayer_local.sh
verify-multiplayer-load:
(cd server && go test -tags load ./api -run TestQueueCreateHTTPLoad -count=1)
(cd server && go test -tags load ./api ./matcher -run 'Test(QueueCreateHTTPLoad|ProposalFormationLoad)' -count=1)
verify-release-gate:
@test -n "$(RELEASE_REPORT)" || (echo "RELEASE_REPORT=/path/to/report.json is required" >&2; exit 2)