summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-15 15:24:01 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-15 15:24:01 +0200
commit299469f224ffce89f4d8b296825248c1bddd1c4b (patch)
tree80a21a9473153ffb10d7d9ca532ede9d136e52bc
parentfda2f45d20b49a91dbc7ab9e540ef268ba0447db (diff)
downloadliw-dot-files-299469f224ffce89f4d8b296825248c1bddd1c4b.tar.gz
ambient.yaml: disable tests for radicle-native-ci until image has rad
-rw-r--r--ambient.yaml3
1 files changed, 2 insertions, 1 deletions
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