aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-10-18 12:33:35 +0200
committerAlex Auvolat <alex@adnab.me>2022-10-18 12:33:35 +0200
commit6a5eba0b728dd24ea51aa1c7ad5902b77af77c88 (patch)
treecb8b4134b7367276d4ada7f2e7a85a573f243e3b
parent00cf076412b88ae0c6254fc16b9bbe661c4f01f2 (diff)
downloadgarage-6a5eba0b728dd24ea51aa1c7ad5902b77af77c88.tar.gz
garage-6a5eba0b728dd24ea51aa1c7ad5902b77af77c88.zip
Add garage_db test to CI
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index f5ac6179..b456a79f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -22,6 +22,7 @@ steps:
GARAGE_TEST_INTEGRATION_EXE: result/bin/garage
commands:
- nix-build --no-build-output --attr test.amd64
+ - ./result/bin/garage_db-*
- ./result/bin/garage_api-*
- ./result/bin/garage_model-*
- ./result/bin/garage_rpc-*
@@ -280,6 +281,6 @@ trigger:
---
kind: signature
-hmac: 103a04785c98f5376a63ce22865c2576963019bbc4d828f200d2a470a3c821ea
+hmac: 90878eb81f4384a15e5dfb7f215b09c11f2f0ff804e0b34397e31d3694bdd378
...