Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
build(.radicle/ambient.yaml): don't build docs for dependencies
Lars Wirzenius committed 1 year ago
commit 2c0ef93a20c11e37f65d48ffa693eca36ceda54e
parent 918e24d
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.