diff --git a/Jenkinsfile b/Jenkinsfile index 2ab763ef1..22cd08750 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,6 @@ pipeline { GOCACHE = "${WORKSPACE}/.cache/go-build" GOENV = "${WORKSPACE}/.config/go/env" GOMODCACHE = "/tmp/go/pkg/mod" - GOMOD="/dev/null" GOWORK="" //GOFLAGS="" @@ -40,6 +39,7 @@ pipeline { echo 'Testing ...' sh 'env' sh 'go env' + sh 'ls -tlh' //sh '/usr/local/go/bin/go test -p 1 -v ./...' sh 'make test' }