Skip to content
Snippets Groups Projects
Commit 041c4644 authored by Yann D'Isanto's avatar Yann D'Isanto
Browse files

fix: go test packages var typo

parent 27ccc945
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ stages:
local coverage_report_opts=-coverprofile=reports/coverage.out
# shellcheck disable=SC2086
go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_PACKAGES | tee "$go_tests_report"
go test $GO_TEST_FLAGS "$coverage_report_opts" $GO_TEST_PACKAGES | tee "$go_tests_report"
output_coverage
install_go_junit_report
......
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