From 2467660ab2cef7c1246f63a37d5b026f3a71ec10 Mon Sep 17 00:00:00 2001 From: "Chris S. Kim" Date: Tue, 3 Oct 2023 10:11:47 -0400 Subject: [PATCH] Remove explicit -p from CI tests (#18999) --- .github/workflows/reusable-unit-split.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable-unit-split.yml b/.github/workflows/reusable-unit-split.yml index 0ec639c28f..29c341998d 100644 --- a/.github/workflows/reusable-unit-split.yml +++ b/.github/workflows/reusable-unit-split.yml @@ -129,8 +129,7 @@ jobs: --rerun-fails-report=/tmp/gotestsum-rerun-fails \ --packages="$PACKAGE_NAMES" \ --junitfile ${{env.TEST_RESULTS}}/gotestsum-report.xml -- \ - -tags="${{env.GOTAGS}}" -p 2 \ - ${GO_TEST_FLAGS-} \ + -tags="${{env.GOTAGS}}" \ -cover -coverprofile=coverage.txt # NOTE: ENT specific step as we store secrets in Vault.