Skip to content

Commit bcb56e4

Browse files
koki-developclaude
andcommitted
ci: limit E2E test parallelism to reduce resource contention
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e5f60a5 commit bcb56e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
echo "Service failed to start"
9191
exit 1
9292
- name: Run E2E tests
93-
run: go test -v -tags e2e ./e2e/...
93+
run: go test -v -tags e2e -parallel 4 ./e2e/...
9494
- name: Show logs on failure
9595
if: failure()
9696
run: docker compose logs

0 commit comments

Comments
 (0)