mirror of https://github.com/status-im/consul.git
Remove explicit -p from CI tests (#18999)
This commit is contained in:
parent
a62cfd997b
commit
2467660ab2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue