diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-18 17:58:34 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-18 18:31:35 +0100 |
commit | b55f52a9b75359b02938ac003a6ea853b36a4f3e (patch) | |
tree | fcf59c762f2fd904a8c0567e7466f10a536ae77b /.woodpecker/debug.yaml | |
parent | e8f9718ccd656dacc4fba2ed9fa5d8abf12ad37b (diff) | |
download | garage-b55f52a9b75359b02938ac003a6ea853b36a4f3e.tar.gz garage-b55f52a9b75359b02938ac003a6ea853b36a4f3e.zip |
[sqlite-r2d2] run integration test with all db enginessqlite-r2d2
Diffstat (limited to '.woodpecker/debug.yaml')
-rw-r--r-- | .woodpecker/debug.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.woodpecker/debug.yaml b/.woodpecker/debug.yaml index 59ae8c06..9e1443dc 100644 --- a/.woodpecker/debug.yaml +++ b/.woodpecker/debug.yaml @@ -33,7 +33,9 @@ steps: - ./result/bin/garage_util-* - ./result/bin/garage_web-* - ./result/bin/garage-* - - ./result/bin/integration-* || (cat tmp-garage-integration/stderr.log; false) + - GARAGE_TEST_INTEGRATION_DB_ENGINE=sled ./result/bin/integration-* || (cat tmp-garage-integration/stderr.log; false) + - GARAGE_TEST_INTEGRATION_DB_ENGINE=lmdb ./result/bin/integration-* || (cat tmp-garage-integration/stderr.log; false) + - GARAGE_TEST_INTEGRATION_DB_ENGINE=sqlite ./result/bin/integration-* || (cat tmp-garage-integration/stderr.log; false) - rm result - rm -rv tmp-garage-integration |