Skip to content
Snippets Groups Projects
Commit fd59ed07 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix report output path

parent 89cab96b
Branches
Tags
1 merge request!4WIP: Add additional CI checks
Pipeline #1839 passed
...@@ -11,9 +11,9 @@ lint: ...@@ -11,9 +11,9 @@ lint:
@golint -set_exit_status ${PKG_LIST} @golint -set_exit_status ${PKG_LIST}
test: test:
@go get -u github.com/jstemmer/go-junit-report @go get github.com/jstemmer/go-junit-report
@go test -v ${PKG_LIST} @go test -v ${PKG_LIST}
@go test -v 2>&1 | go-junit-report > report.xml @go test -v 2>&1 | go-junit-report > ${CI_PROJECT_DIR}/report.xml
race: dep race: dep
@go test -v -race ${PKG_LIST} @go test -v -race ${PKG_LIST}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment