We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c243c commit c8ea4c8Copy full SHA for c8ea4c8
1 file changed
.github/workflows/macos.yaml
@@ -52,6 +52,10 @@ jobs:
52
uv run ./configure --disable-valgrind --disable-compat
53
uv run make
54
55
+ - name: Build check generated docs
56
+ run: |
57
+ uv run make check-gen-updated
58
+
59
- name: Start bitcoind in regtest mode
60
run: |
61
bitcoind -regtest -daemon
0 commit comments