1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-09-16 08:36:30 +02:00

Update client_test.go

This commit is contained in:
Asim Aslam
2021-12-31 12:39:12 +00:00
committed by GitHub
parent da41ab146e
commit d152870bdb

View File

@@ -6,7 +6,7 @@ import (
)
func TestBasicCall(t *testing.T) {
if v := os.Getenv("IN_TRAVIS"); v == "yes" {
if v := os.Getenv("IN_TRAVIS_CI"); v == "yes" {
return
}