Skip to content
Snippets Groups Projects
Commit e9ba5b5c authored by Anton Sattarov's avatar Anton Sattarov :cucumber:
Browse files

fix gotestsum

parent d63377b6
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ run_tests: ...@@ -11,7 +11,7 @@ run_tests:
- go fmt ./... - go fmt ./...
- go vet ./... - go vet ./...
- go install gotest.tools/gotestsum@latest - go install gotest.tools/gotestsum@latest
- gotestsum --format testname --junitfile report.xml --junitfile-testsuite-name relative - gotestsum --format testname --junitfile report.xml
artifacts: artifacts:
when: always when: always
reports: reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment