mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 18:12:08 +00:00
test(multiplayer): add api load gate
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user