We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1455ac8 commit 7d51cc0Copy full SHA for 7d51cc0
.github/actions/skupper-integration-tests/action.yml
@@ -109,7 +109,7 @@ runs:
109
110
- name: Run Skupper integration tests
111
run: |
112
- 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 ./...
113
working-directory: skupper
114
shell: bash
115
env:
0 commit comments