We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fa3c0a commit 8925eb8Copy full SHA for 8925eb8
2 files changed
.ci/cloudbuild.yaml
@@ -43,7 +43,7 @@ steps:
43
args:
44
- -c
45
- |
46
- go test -race -v ./...
+ go test -race -v ./tests/...
47
substitutions:
48
_VERSION: ${_VERSION}
49
_IP_TYPE: ${_IP_TYPE}
tests/fuse_test.go
@@ -28,7 +28,7 @@ import (
28
func TestPostgresFUSEConnect(t *testing.T) {
29
if v := os.Getenv("IP_TYPE"); v == "private" || v == "psc" {
30
t.Skipf("skipping test because IP_TYPE is set to %v", v)
31
- }
+ }
32
if testing.Short() {
33
t.Skip("skipping Postgres integration tests")
34
}
0 commit comments