This website works better with JavaScript
Home
Explore
Help
Sign In
cmte
/
music-brainz-go
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
issue: adding -v option to jenkins test
Douglas Andreani
4 years ago
parent
a931f8e0fe
commit
b14f6c6027
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
jenkins/Jenkinsfile
+ 1
- 1
jenkins/Jenkinsfile
View File
@@ -16,7 +16,7 @@ pipeline {
}
stage('Test') {
steps {
- sh 'go test ./...'
+ sh 'go test
-v
./...'
}
}
}