Skip to content

Commit 9255a1f

Browse files
committed
workflows/tests: set HOMEBREW_DOWNLOAD_CONCURRENCY for test-bot tests.
This should give us some basic integration testing for the new download concurrency code before we enabled/test it in homebrew-core's CI.
1 parent 3b61b44 commit 9255a1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ jobs:
368368
env:
369369
HOMEBREW_TEST_BOT_ANALYTICS: 1
370370
HOMEBREW_ENFORCE_SBOM: 1
371+
HOMEBREW_DOWNLOAD_CONCURRENCY: 4
371372
steps:
372373
- name: Install Homebrew and Homebrew's dependencies
373374
# All other images are built from our Homebrew Dockerfile.

0 commit comments

Comments
 (0)