This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cmte
/
music-brainz-go
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
issue: adding -v option to jenkins test
Douglas Andreani
%!s(int64=4) %!d(string=hai) anos
pai
a931f8e0fe
achega
b14f6c6027
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
jenkins/Jenkinsfile
+ 1
- 1
jenkins/Jenkinsfile
Ver ficheiro
@@ -16,7 +16,7 @@ pipeline {
}
stage('Test') {
steps {
- sh 'go test ./...'
+ sh 'go test
-v
./...'
}
}
}