Skip to content

Commit 7b4aca2

Browse files
committed
remove -p=1
1 parent c184266 commit 7b4aca2

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/skupper-integration-tests

1 file changed

+1
-1
lines changed

.github/actions/skupper-integration-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
export PUBLIC_1_INGRESS_HOST=10.0.1.1
9292
export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry
9393
94-
go test -count=1 -p=1 -timeout=60m -tags=integration -v ./test/integration/...
94+
go test -count=1 -timeout=60m -tags=integration -v ./test/integration/...
9595
working-directory: skupper
9696
shell: bash
9797

0 commit comments

Comments
 (0)