Skip to content

Commit ecddd4a

Browse files
authored
Rust cargo doc for all features (#1995)
* run rustfix rustdoc in grandpa pallet benchmarks * enable rustdoc for all features * fix rialto parachain runtime compilation
1 parent e0997c1 commit ecddd4a

File tree

5 files changed

+502
-4
lines changed

5 files changed

+502
-4
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ check-rustdoc:
214214
SKIP_WASM_BUILD: 1
215215
RUSTDOCFLAGS: "-Dwarnings"
216216
script:
217-
- time cargo +nightly doc --workspace --verbose --no-deps --exclude relay-rialto-parachain-client
217+
- time cargo +nightly doc --workspace --verbose --no-deps --all-features --exclude relay-rialto-parachain-client
218218

219219
partial-repo-pallets-build-test:
220220
stage: test

0 commit comments

Comments
 (0)