Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
fix(.radicle/ambient.yaml): skip upgrade tests
Lars Wirzenius committed 1 year ago
commit 501bb8ca3dbf62735860e9002fedecafc60f5244
parent 7141c3261a9504ff46e40c8b6f02f0ff69d90ccb
1 file changed +6 -1
modified .radicle/ambient.yaml
@@ -39,7 +39,12 @@ plan:
      # git clean -fdx

      cargo doc --workspace
-
      cargo test --workspace --no-fail-fast
+

+
      # FIXME: We can't run upgrade tests from older versions because
+
      # Ambient only fetches dependencies for the current version.
+
      # Thus, we can't build the old versions. This is an Ambient
+
      # problem that we can't fix here. So we skip the upgrade tests.
+
      cargo test --workspace --no-fail-fast -- --skip upgrade

      subplot docgen ci-broker.subplot -o doc/ci-broker.html
      subplot docgen doc/userguide.subplot -o doc/userguide.html