From 7b4aca223bc0101ba63f60450a8e5eccc069ab65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Wed, 16 Mar 2022 20:11:31 +0100 Subject: [PATCH] remove -p=1 --- .github/actions/skupper-integration-tests/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/skupper-integration-tests/action.yml b/.github/actions/skupper-integration-tests/action.yml index 802f2b833..2413bae06 100644 --- a/.github/actions/skupper-integration-tests/action.yml +++ b/.github/actions/skupper-integration-tests/action.yml @@ -91,7 +91,7 @@ runs: export PUBLIC_1_INGRESS_HOST=10.0.1.1 export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry - go test -count=1 -p=1 -timeout=60m -tags=integration -v ./test/integration/... + go test -count=1 -timeout=60m -tags=integration -v ./test/integration/... working-directory: skupper shell: bash