Skip to content

Commit a1b41aa

Browse files
author
greg
committed
switch tests
Signed-off-by: greg <[email protected]>
1 parent 97ef9b6 commit a1b41aa

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,8 @@ test: check build_protobuf
130130
.PHONY: test_integration
131131
test_integration: check build_protobuf
132132
@go test -v -tags integration ./... ${GOPACKAGES_NOVENDOR}
133-
@integration/test_aws.sh
134133
@integration/test_gcp.sh
135-
134+
@integration/test_aws.sh
136135

137136
# Clean Up
138137

integration/test_gcp.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# Requires:
44
# - Docker compose
55
# - jq
6-
# - AWS CLI with credentials configured with access to S3_BUCKET specified below
76

87
if [[ "$(which gcloud)" == "" || "$(which gsutil)" == "" ]]
98
then

0 commit comments

Comments
 (0)