@@ -16,8 +16,8 @@ pipeline {
}
stage('Test') {
steps {
- withEnv(["GOROOT=${root}, "PATH+GO=${root}/bin:${HOME}/go/bin"]) {
- sh "go test -v ./..."
+ withEnv(["GOROOT=${root}", "PATH+GO=${root}/bin"]) {
+ sh 'go test -v ./...'