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