Compare commits

...

1 Commits

Author SHA1 Message Date
duwenxin99
0fb1235cb0 draft 2025-06-12 16:38:16 -04:00

View File

@@ -33,7 +33,7 @@ steps:
- name: "go" - name: "go"
path: "/gopath" path: "/gopath"
script: | script: |
go test -c -race ./tests/... go test -c -cover -coverprofile=coverage.out -race ./tests/...
- id: "cloud-sql-pg" - id: "cloud-sql-pg"
name: golang:1 name: golang:1
@@ -75,7 +75,7 @@ steps:
args: args:
- -c - -c
- | - |
./alloydbpg.test -test.v ./alloydbpg.test -test.v -test.coverprofile=coverage.out
- id: "alloydb-ai-nl" - id: "alloydb-ai-nl"
name: golang:1 name: golang:1