From 15e9a1592f807a962d01d2871f8fc0f47d59badc Mon Sep 17 00:00:00 2001 From: Dusty Daemon Date: Thu, 2 Apr 2026 10:34:11 -0400 Subject: [PATCH] CI: Check generated docs on Mac Test that the docs generated on Mac match the docs in the commit Changelog-None --- .github/workflows/macos.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 064f8b95c9b2..fd92c0d71783 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -51,6 +51,7 @@ jobs: uv run ./configure --disable-valgrind --disable-compat uv run gmake + uv run gmake check-gen-updated - name: Start bitcoind in regtest mode run: |