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

fix gotestsum

parent 797ac888
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 --junitfile report.xml --format testname - gotestsum --format testname --junitfile report.xml --junitfile-testsuite-name relative
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