Skip to content

Commit fecc8ae

Browse files
committed
chore: only run integration tests
1 parent 22f7dc5 commit fecc8ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.cl/cloudbuild.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
# limitations under the License.
1414

1515
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
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
2424
# - id: enable fuse config
2525
# name: 'alpine'
2626
# entrypoint: 'sh'
@@ -59,7 +59,7 @@ steps:
5959
- -c
6060
- |
6161
set -eo pipefail
62-
go test -race -v ./...
62+
go test -race -v ./tests/...
6363
substitutions:
6464
_VERSION: ${_VERSION}
6565
_IP_TYPE: ${_IP_TYPE}

0 commit comments

Comments
 (0)