Skip to content

Commit

Permalink
Rust cargo doc for all features (paritytech#1995)
Browse files Browse the repository at this point in the history
* run rustfix rustdoc in grandpa pallet benchmarks

* enable rustdoc for all features

* fix rialto parachain runtime compilation
  • Loading branch information
svyatonik committed Mar 27, 2023
1 parent e0997c1 commit ecddd4a
Show file tree
Hide file tree
Showing 5 changed files with 502 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ check-rustdoc:
SKIP_WASM_BUILD: 1
RUSTDOCFLAGS: "-Dwarnings"
script:
- time cargo +nightly doc --workspace --verbose --no-deps --exclude relay-rialto-parachain-client
- time cargo +nightly doc --workspace --verbose --no-deps --all-features --exclude relay-rialto-parachain-client

partial-repo-pallets-build-test:
stage: test
Expand Down
Loading

0 comments on commit ecddd4a

Please sign in to comment.