File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2424 timeout-minutes : 30
2525 env :
2626 BOLTDIR : bolts
27+ VALGRIND : 0
28+ PYTEST_OPTS : --timeout=1200
2729 strategy :
2830 fail-fast : true
2931 steps :
Original file line number Diff line number Diff line change @@ -574,8 +574,13 @@ check-amount-access:
574574 @! (git grep -nE " (->|\.)(milli)?satoshis" -- " *.c" " *.h" " :(exclude)common/amount.*" " :(exclude)*/test/*" | grep -v ' /* Raw:' )
575575 @! git grep -nE " \\ (struct amount_(m)?sat\\ )" -- " *.c" " *.h" " :(exclude)common/amount.*" " :(exclude)*/test/*" | grep -vE " sizeof.struct amount_(m)?sat."
576576
577+ check-doc-examples :
578+ $(PYTEST ) $(PYTEST_OPTS ) tests/autogenerate-rpc-examples.py
579+ git diff --exit-code HEAD
580+
581+
577582# For those without working cppcheck
578- check-source-no-cppcheck : check-makefile check-source-bolt check-whitespace check-spelling check-python check-includes check-shellcheck check-setup_locale check-tmpctx check-discouraged-functions check-amount-access
583+ check-source-no-cppcheck : check-makefile check-source-bolt check-whitespace check-spelling check-python check-includes check-shellcheck check-setup_locale check-tmpctx check-discouraged-functions check-amount-access check-doc-examples
579584
580585check-source : check-source-no-cppcheck check-cppcheck
581586
You can’t perform that action at this time.
0 commit comments