Skip to content

Commit bb16a40

Browse files
committed
ci: Use port 5001 for gRPC endpoint in tests
1 parent 4815e1b commit bb16a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/golang-bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
working-directory: go-libsql
9090
run: go test -v -count=1 ./...
9191
env:
92-
LIBSQL_PRIMARY_URL: "http://127.0.0.1:8080"
92+
LIBSQL_PRIMARY_URL: "http://127.0.0.1:5001"

0 commit comments

Comments
 (0)