[sqlite-r2d2] run integration test with all db engines

This commit is contained in:
Alex Auvolat
2024-03-18 17:58:34 +01:00
parent e8f9718ccd
commit b55f52a9b7
3 changed files with 9 additions and 5 deletions
+1 -3
View File
@@ -168,13 +168,11 @@ let
rootFeatures = if features != null then
features
else
([ "garage/bundled-libs" "garage/sled" "garage/lmdb" "garage/k2v" ] ++ (if release then [
([ "garage/bundled-libs" "garage/sled" "garage/lmdb" "garage/sqlite" "garage/k2v" ] ++ (if release then [
"garage/consul-discovery"
"garage/kubernetes-discovery"
"garage/metrics"
"garage/telemetry-otlp"
"garage/lmdb"
"garage/sqlite"
] else
[ ]));