Merge pull request #844 from sr-gi/843-ln-signing
[rust-lightning] / ci / check-compiles.sh
index 177765fb9255fcd45c5d7b76be5f80a64dc8fd08..9222f609cc082ced5a1ac3806e8c9b05c7531379 100755 (executable)
@@ -3,4 +3,6 @@ set -e
 set -x
 echo Testing $(git log -1 --oneline)
 cargo check
+cargo doc
+cargo doc --document-private-items
 cd fuzz && cargo check --features=stdin_fuzz