You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(tests): remove orchestration from go integration tests
Move proxy and postgres setup from individual golang test script to main
integration task to avoid duplication and improve maintainability.
- Remove postgres/proxy startup from golang.sh - now handled centrally
- Add host.docker.internal mapping to docker-compose for host connectivity
- Use CS_PROXY__HOST variable for connection URL configuration
- Consolidate test orchestration in main integration task
0 commit comments