Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions go/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
Loading