From e9ba5b5c5094457eca19c5c7fa72067d8a5a52bd Mon Sep 17 00:00:00 2001 From: Anton Sattarov <sattarov@perx.ru> Date: Thu, 30 Mar 2023 14:47:49 +0300 Subject: [PATCH] fix gotestsum --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e3e3286..15606a5b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ run_tests: - go fmt ./... - go vet ./... - go install gotest.tools/gotestsum@latest - - gotestsum --format testname --junitfile report.xml --junitfile-testsuite-name relative + - gotestsum --format testname --junitfile report.xml artifacts: when: always reports: -- GitLab