From 2a4b98dce4c100f8d874ba4650c0336044bfb367 Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Sun, 26 Jul 2020 19:47:47 +0200 Subject: [PATCH] test feature is only for plume, not plm --- .drone.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 991b63c9..e7cad6b0 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -149,7 +149,7 @@ local Integration(db) = cachedPipeline( + db + '",test --force --path .', // Install plm 'cargo install --debug --no-default-features --features="' - + db + '",test --force --path plume-cli', + + db + '" --force --path plume-cli', // Run the tests "./script/run_browser_test.sh" ]