activate testing steps

This commit is contained in:
Greg Gauthier 2021-03-18 07:33:35 +00:00
parent b6b35d1000
commit 9dd8ef46bd
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ pipelines:
- step:
name: Test and Build
script:
#- mkdir test-reports
#- go get -u github.com/jstemmer/go-junit-report
#- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
- mkdir test-reports
- go get -u github.com/jstemmer/go-junit-report
- go test -v 2>&1 | go-junit-report > test-reports/report.xml
- mkdir build
- go mod vendor
- go mod tidy