We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a454e commit d2bba67Copy full SHA for d2bba67
1 file changed
.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