mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
test(multiplayer): cover matcher load boundary
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user