Remove explicit -p from CI tests (#18999)

This commit is contained in:
Chris S. Kim 2023-10-03 10:11:47 -04:00 committed by GitHub
parent a62cfd997b
commit 2467660ab2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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.