diff options
Diffstat (limited to '.woodpecker/debug.yaml')
-rw-r--r-- | .woodpecker/debug.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.woodpecker/debug.yaml b/.woodpecker/debug.yaml index 3a3ab7f6..af7600a6 100644 --- a/.woodpecker/debug.yaml +++ b/.woodpecker/debug.yaml @@ -34,7 +34,8 @@ 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=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 |