cf41be9eff
TestServiceStartGameEndToEnd's httptest server had no handler for /healthz, the path engineclient.Healthz probes after a runtime container starts. Without it the runtime never transitions out of starting state and the test fails on its 5s deadline. Surfaced by introducing CI that runs the backend service tests outside the integration harness. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>