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