From 9255a1fd84eb02a31f7a3cb68ae266d525e3d3a3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 23 Jul 2025 16:25:44 +0100 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d3e05a7718..6ef76a15b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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.