Skip to content

Commit

Permalink
take two
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Nov 2, 2023
1 parent 7c4a09e commit 3e5c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,13 +520,13 @@ jobs:
--raw-command \
--format=standard-verbose \
--debug \
--packages="./catalogv2/... ./connect/..." \
-- \
go test \
-tags "${{ env.GOTAGS }}" \
-timeout=20m \
-parallel=2 \
-json . \
`go list -tags "${{ env.GOTAGS }}" ./... | grep -v peering_commontopo` \
--target-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \
--target-version local
--latest-image ${{ env.CONSUL_LATEST_IMAGE_NAME }} \
Expand Down

0 comments on commit 3e5c118

Please sign in to comment.