We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33eaf43 commit d81d37fCopy full SHA for d81d37f
1 file changed
go/test.sh
@@ -43,20 +43,7 @@ cd "$(dirname "$0")"
43
echo "=== Running Go SDK E2E Tests ==="
44
echo
45
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
+go test -v ./... -timeout 90s
53
54
-echo "Running integration tests..."
55
-go test -v -run TestIntegration ./... -timeout 60s
56
57
58
-echo "Running helpers tests..."
59
-go test -v -run TestHelpers ./... -timeout 90s
60
61
62
echo "✅ All tests passed!"
0 commit comments