diff --git a/Jenkinsfile b/Jenkinsfile index 720782d02..151d81bd0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { echo 'Testing ...' sh 'env' sh 'go env' - sh '/usr/local/go/bin/go test -p 1 -v ./...' + sh '/usr/local/go/bin/go test -p 1 -v ' //sh 'make test' } }