activate testing steps
This commit is contained in:
parent
b6b35d1000
commit
9dd8ef46bd
@ -11,9 +11,9 @@ pipelines:
|
|||||||
- step:
|
- step:
|
||||||
name: Test and Build
|
name: Test and Build
|
||||||
script:
|
script:
|
||||||
#- mkdir test-reports
|
- mkdir test-reports
|
||||||
#- go get -u github.com/jstemmer/go-junit-report
|
- go get -u github.com/jstemmer/go-junit-report
|
||||||
#- go test tests/* -v 2>&1 | go-junit-report > test-reports/report.xml
|
- go test -v 2>&1 | go-junit-report > test-reports/report.xml
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- go mod vendor
|
- go mod vendor
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
|
Loading…
Reference in New Issue
Block a user