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.
This commit is contained in:
Mike McQuaid 2025-07-23 16:25:44 +01:00
parent 3b61b44c8a
commit 9255a1fd84
No known key found for this signature in database

View File

@ -368,6 +368,7 @@ jobs:
env:
HOMEBREW_TEST_BOT_ANALYTICS: 1
HOMEBREW_ENFORCE_SBOM: 1
HOMEBREW_DOWNLOAD_CONCURRENCY: 4
steps:
- name: Install Homebrew and Homebrew's dependencies
# All other images are built from our Homebrew Dockerfile.