From 0a4d052b7a33a817e3f1a48a74cc040ac66b0f45 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 71ca8e9d235f..7f6e25cb4c72 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 make + uv run make check-gen-updated - name: Start bitcoind in regtest mode run: |