Disable fast-fail to let CI actually run even though beta is broken
[rust-lightning] / ci / check-compiles.sh
index 45ade5c6a1e1d321f3205f0372d9e548af268bbe..79c2d92b761ce409cc31fda64d3667bc29bf1cfe 100755 (executable)
@@ -4,4 +4,6 @@ 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