aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <lx@deuxfleurs.fr>2025-01-31 19:21:36 +0100
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-31 19:21:36 +0100
commite4de7bdfd5e6acc05309f59d7f77755f0807e8e4 (patch)
tree07e4268d09a6bead4c4e5a2a4f122471a7a5d23b
parentd18c5ad0ffc9ffe3ec38d234445ef1a826a57e67 (diff)
downloadgarage-split-garage-api.tar.gz
garage-split-garage-api.zip
fix ci for more test cratessplit-garage-api
-rw-r--r--.woodpecker/debug.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.woodpecker/debug.yaml b/.woodpecker/debug.yaml
index db7a75be..59b139fd 100644
--- a/.woodpecker/debug.yaml
+++ b/.woodpecker/debug.yaml
@@ -26,7 +26,10 @@ steps:
commands:
- nix-build --no-build-output --attr test.amd64 --argstr git_version ${CI_COMMIT_TAG:-$CI_COMMIT_SHA}
- ./result/bin/garage_db-*
- - ./result/bin/garage_api-*
+ - ./result/bin/garage_api_common-*
+ - ./result/bin/garage_api_s3-*
+ - ./result/bin/garage_api_k2v-*
+ - ./result/bin/garage_api_admin-*
- ./result/bin/garage_model-*
- ./result/bin/garage_rpc-*
- ./result/bin/garage_table-*