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