Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: Activate all features when building docs
✗ CI failure Erik Kundt committed 6 months ago
commit 7ccdd4c810355ca2fe50243f1074229ccc191032
parent 32d77641ab07c1de493d58bb2a49d2a96edddfec
1 passed 1 failed 1 pending (3 total) View logs
2 files changed +2 -2
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