Explorar o código

issue: adding -v option to jenkins test

Douglas Andreani %!s(int64=4) %!d(string=hai) anos
pai
achega
b14f6c6027
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jenkins/Jenkinsfile

+ 1 - 1
jenkins/Jenkinsfile

@@ -16,7 +16,7 @@ pipeline {
                 }
                 stage('Test') {
                         steps {
-                                sh 'go test ./...'
+                                sh 'go test -v ./...'
                         }
                 }
         }