From 7d51cc0a1e41fa972e6af97ac761a643b07d4f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiri=20Dan=C4=9Bk?= Date: Thu, 28 Apr 2022 22:22:21 +0200 Subject: [PATCH] fixup -p=3 --- .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 ee03f40ec..a97a08270 100644 --- a/.github/actions/skupper-integration-tests/action.yml +++ b/.github/actions/skupper-integration-tests/action.yml @@ -109,7 +109,7 @@ runs: - name: Run Skupper integration tests run: | - gotestsum --format=standard-verbose -- -p=1 -count=1 -tags=integration -timeout=60m -v ./... + gotestsum --format=standard-verbose -- -p=3 -count=1 -tags=integration -timeout=60m ./... working-directory: skupper shell: bash env: