Run gcsstore tests on CI
This commit is contained in:
parent
52265b622d
commit
49e6f02190
|
@ -9,7 +9,7 @@ packages=$(find ./ -maxdepth 2 -name '*.go' -printf '%h\n' | sort | uniq)
|
|||
# corresponding tests on these versions.
|
||||
goversion=$(go version)
|
||||
if [[ "$goversion" == *"go1.5"* ]] ||
|
||||
[[ "$goversion" == *"go1.6"* ]] || true; then
|
||||
[[ "$goversion" == *"go1.6"* ]]; then
|
||||
|
||||
echo "Skipping tests requiring Consul which is not supported on $goversion"
|
||||
|
||||
|
|
Loading…
Reference in New Issue