diff --git a/go/test.sh b/go/test.sh index 09454714..c3f33fb0 100755 --- a/go/test.sh +++ b/go/test.sh @@ -43,20 +43,7 @@ cd "$(dirname "$0")" echo "=== Running Go SDK E2E Tests ===" echo -echo "Running client tests..." -go test -v -run TestClient -timeout 60s -echo - -echo "Running session tests..." -go test -v -run TestSession -timeout 60s -echo +go test -v ./... -echo "Running integration tests..." -go test -v -run TestIntegration -timeout 60s echo - -echo "Running helpers tests..." -go test -v -run TestHelpers -timeout 90s -echo - echo "✅ All tests passed!"