test(multiplayer): add api load gate

This commit is contained in:
Josh Creek
2026-09-01 18:23:22 +01:00
parent 76c1c3d600
commit c4c2ada1f6
4 changed files with 146 additions and 2 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
.PHONY: verify-phase6 verify-enet-integration verify-steam-templates verify-supply-chain verify-kind-agones verify-allocated-compose verify-multiplayer-local
.PHONY: verify-phase6 verify-enet-integration verify-steam-templates verify-supply-chain verify-kind-agones verify-allocated-compose verify-multiplayer-local verify-multiplayer-load
verify-multiplayer-local:
bash scripts/verify_multiplayer_local.sh
verify-multiplayer-load:
(cd server && go test -tags load ./api -run TestQueueCreateHTTPLoad -count=1)
verify-phase6:
bash scripts/verify_phase6.sh