Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
ci: Activate all features when building docs
Merged did:key:z6MkgFq6...nBGz opened 5 months ago

Currently, cargo doc fails on warnings for missing links to qcheck and radicle_git_ref_format. This will enable the required features to compile those modules in.

2 files changed +2 -2 32d77641 7ccdd4c8
modified .radicle/ambient.yaml
@@ -18,7 +18,7 @@ plan:
      export PATH="/root/.cargo/bin:$PATH"
      export RUSTDOCFLAGS='-D warnings'

-
      cargo doc --workspace --no-deps
+
      cargo doc --workspace --no-deps --all-features

  # Prepare source tree for building a Debian package.
  - action: shell
modified .radicle/native.yaml
@@ -7,5 +7,5 @@ shell: |
  cargo fmt --check
  cargo clippy --all-targets --workspace -- --deny warnings
  cargo build --all-targets --workspace
-
  cargo doc --workspace --no-deps
+
  cargo doc --workspace --no-deps --all-features
  cargo test --workspace --no-fail-fast