From 07731d0b733360a6c2606765e9a2237b007ad31c Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Sun, 26 Jul 2020 19:39:00 +0200 Subject: [PATCH] Forgot a space once again --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 337ccc3b..fd28c0fc 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -129,7 +129,7 @@ local Unit(db) = cachedPipeline( "unit-" + db, [ "cargo test --all --exclude plume-front --exclude plume-macro" - + "--no-run --no-default-features --features=" + db + + " --no-run --no-default-features --features=" + db ] );