Disable fast-fail to let CI actually run even though beta is broken
[rust-lightning] / ci / check-compiles.sh
index 177765fb9255fcd45c5d7b76be5f80a64dc8fd08..79c2d92b761ce409cc31fda64d3667bc29bf1cfe 100755 (executable)
@@ -3,4 +3,7 @@ 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
+cd ../lightning && cargo check --no-default-features --features=no_std