Browse Source

issue: adding -v option to jenkins test

Douglas Andreani 4 years ago
parent
commit
b14f6c6027
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jenkins/Jenkinsfile

+ 1 - 1
jenkins/Jenkinsfile

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