Skip to content

Commit

Permalink
change parallelism to 4 forgotestsum. use env.CONSUL_VERSION so we ca…
Browse files Browse the repository at this point in the history
…n see the version.
  • Loading branch information
jmurret committed Apr 18, 2023
1 parent 76b7e2d commit 21f3d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,15 +356,15 @@ jobs:
--packages="${PACKAGE_NAMES}" \
-- \
go test \
-p=8 \
-p=4 \
-tags "${{ env.GOTAGS }}" \
-timeout=30m \
-json \
./... \
--target-image consul \
--target-version local \
--latest-image consul \
--latest-version "$CONSUL_VERSION"
--latest-version "${{ env.CONSUL_VERSION }}"
ls -lrt
env:
# this is needed because of incompatibility between RYUK container and circleci
Expand Down

0 comments on commit 21f3d86

Please sign in to comment.