Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
build(.radicle/ambient.yaml): don't build docs for dependencies
Lars Wirzenius committed 1 year ago
commit 2c0ef93a20c11e37f65d48ffa693eca36ceda54e
parent 918e24d90f1b62b972134f1b1cf262ce8e68ff47
1 file changed +1 -1
modified .radicle/ambient.yaml
@@ -32,7 +32,7 @@ plan:
      export HOME=/root
      export PATH="/root/.cargo/bin:$PATH"

-
      cargo doc --workspace
+
      cargo doc --workspace --no-deps

      # FIXME: We can't run upgrade tests from older versions because
      # Ambient only fetches dependencies for the current version.