From bfdaf06e664c5e244b21a212ffd2df6e25257a9a Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Thu, 16 Oct 2025 19:49:08 +0800 Subject: [PATCH] run test-bot in verbose-debug mode This is to help figure out why macOS 14 runners keep timing out during builds. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87b14e4..c33b9dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: - run: brew test-bot --only-tap-syntax - - run: brew test-bot --only-formulae --root-url='https://ghcr.io/v2/gromgit/fuse' + - run: brew test-bot --verbose --debug --only-formulae --root-url='https://ghcr.io/v2/gromgit/fuse' if: github.event_name == 'pull_request' - name: Upload bottles as artifact