Skip to content

Commit d81d37f

Browse files
Simplify to single go test command
1 parent 33eaf43 commit d81d37f

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

go/test.sh

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,7 @@ cd "$(dirname "$0")"
4343
echo "=== Running Go SDK E2E Tests ==="
4444
echo
4545

46-
echo "Running client tests..."
47-
go test -v -run TestClient ./... -timeout 60s
48-
echo
49-
50-
echo "Running session tests..."
51-
go test -v -run TestSession ./... -timeout 60s
52-
echo
46+
go test -v ./... -timeout 90s
5347

54-
echo "Running integration tests..."
55-
go test -v -run TestIntegration ./... -timeout 60s
5648
echo
57-
58-
echo "Running helpers tests..."
59-
go test -v -run TestHelpers ./... -timeout 90s
60-
echo
61-
6249
echo "✅ All tests passed!"

0 commit comments

Comments
 (0)