From 299469f224ffce89f4d8b296825248c1bddd1c4b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 15 Mar 2024 15:24:01 +0200 Subject: ambient.yaml: disable tests for radicle-native-ci until image has rad --- ambient.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ambient.yaml b/ambient.yaml index 67c56c1..f9d3e9f 100644 --- a/ambient.yaml +++ b/ambient.yaml @@ -650,7 +650,8 @@ projects: - action: cargo_fmt - action: cargo_clippy - action: cargo_build - - action: cargo_test + # Disabled: tests need rad, which isn't installed in the image. + # - action: cargo_test - action: shell shell: | export DEBEMAIL=liw@liw.fi -- cgit v1.2.1