Commit 041c4644 authored by Yann D'Isanto's avatar Yann D'Isanto
Browse files

fix: go test packages var typo

parent 27ccc945
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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