This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
cmte
/
music-brainz-go
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
issue: adding -v option to jenkins test
Douglas Andreani
hace 4 años
padre
a931f8e0fe
commit
b14f6c6027
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
jenkins/Jenkinsfile
+ 1
- 1
jenkins/Jenkinsfile
Ver fichero
@@ -16,7 +16,7 @@ pipeline {
}
stage('Test') {
steps {
- sh 'go test ./...'
+ sh 'go test
-v
./...'
}
}
}