Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: Deny `cargo doc` warnings
✗ CI failure Erik Kundt committed 7 months ago
commit 26a45723c134cccbe7d666ae01da9cac0aaf2aad
parent 66adbffd615bcd6a560213f01f3a35c424714c45
2 failed 1 pending (3 total) View logs
2 files changed +3 -0
modified .radicle/ambient.yaml
@@ -16,6 +16,7 @@ plan:
      export CARGO_HOME=/workspace/deps
      export HOME=/root
      export PATH="/root/.cargo/bin:$PATH"
+
      export RUSTDOCFLAGS='-D warnings'

      cargo doc --workspace --no-deps

modified .radicle/native.yaml
@@ -1,4 +1,6 @@
shell: |
+
  export RUSTDOCFLAGS='-D warnings'
+

  cargo --version
  rustc --version