changes test command
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -86,8 +86,8 @@ podTemplate(
|
||||
cd "/go/src/${env.JOB_BASE_NAME}"
|
||||
go get -d -v ./...
|
||||
go install -v ./...
|
||||
go test -short -coverprofile=cover.out `go list ./...`
|
||||
go test -v 2>&1 | go-junit-report > report.xml
|
||||
go test -short -coverprofile=cover.out ./...
|
||||
go test -v ./... 2>&1 | go-junit-report > report.xml
|
||||
"""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user