Skip to content

Commit

Permalink
remove -p=1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Mar 16, 2022
1 parent c184266 commit 7b4aca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/skupper-integration-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b4aca2

Please sign in to comment.