diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-18 12:33:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-18 12:33:35 +0200 |
commit | 6a5eba0b728dd24ea51aa1c7ad5902b77af77c88 (patch) | |
tree | cb8b4134b7367276d4ada7f2e7a85a573f243e3b | |
parent | 00cf076412b88ae0c6254fc16b9bbe661c4f01f2 (diff) | |
download | garage-6a5eba0b728dd24ea51aa1c7ad5902b77af77c88.tar.gz garage-6a5eba0b728dd24ea51aa1c7ad5902b77af77c88.zip |
Add garage_db test to CI
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ... |