File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 7272 - name : Build with UniFFI support on Rust ${{ matrix.toolchain }}
7373 if : matrix.build-uniffi
7474 run : cargo build --features uniffi --verbose --color always
75- - name : Build documentation on Rust ${{ matrix.toolchain }}
76- if : " matrix.platform != 'windows-latest' || matrix.toolchain != '1.85.0'"
77- run : |
78- cargo doc --release --verbose --color always
79- cargo doc --document-private-items --verbose --color always
8075 - name : Check release build on Rust ${{ matrix.toolchain }}
8176 run : cargo check --release --verbose --color always
8277 - name : Check release build with UniFFI support on Rust ${{ matrix.toolchain }}
9085 if : " matrix.platform != 'windows-latest' && matrix.build-uniffi"
9186 run : |
9287 RUSTFLAGS="--cfg no_download" cargo test --features uniffi
88+
89+ doc :
90+ name : Documentation
91+ runs-on : ubuntu-latest
92+ env :
93+ RUSTDOCFLAGS : -Dwarnings
94+ steps :
95+ - uses : actions/checkout@v6
96+ - uses : dtolnay/rust-toolchain@nightly
97+ - uses : dtolnay/install@cargo-docs-rs
98+ - run : cargo docs-rs
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ readme = "README.md"
1212keywords = [" bitcoin" , " lightning" , " ldk" , " bdk" ]
1313categories = [" cryptography::cryptocurrencies" ]
1414
15- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
16-
1715[lib ]
1816crate-type = [" lib" , " staticlib" , " cdylib" ]
1917name = " ldk_node"
You can’t perform that action at this time.
0 commit comments