We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecc8ae commit 89e92a4Copy full SHA for 89e92a4
.cl/cloudbuild.yaml
@@ -13,21 +13,6 @@
13
# limitations under the License.
14
15
steps:
16
- # - id: Enable fuse config
17
- # name: alpine
18
- # entrypoint: sh
19
- # args:
20
- # - '-c'
21
- # - |
22
- # apk add --no-cache sudo
23
- # sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
24
- # - id: enable fuse config
25
- # name: 'alpine'
26
- # entrypoint: 'sh'
27
28
29
30
- # apk add --no-cache fuse
31
- id: run integration tests
32
name: golang:${_VERSION}
33
env:
@@ -58,8 +43,7 @@ steps:
58
43
args:
59
44
- -c
60
45
- |
61
- set -eo pipefail
62
- go test -race -v ./tests/...
46
+ go test -race -v ./tests/mysql_test.go ./tests/postgres_test.go ./tests/sqlserver_test.go
63
47
substitutions:
64
48
_VERSION: ${_VERSION}
65
49
_IP_TYPE: ${_IP_TYPE}
0 commit comments