From 7d7a867bd17c9669fb24b3d07dbcf7df8e2be23f Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Fri, 31 Jan 2020 08:44:16 +0100 Subject: [PATCH] Let's try with a comma --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 55c63f21..4d816b4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ executors: working_directory: ~/projects/Plume environment: RUST_TEST_THREADS: 1 - FEATURES: <<#parameters.postgres>>postgres<><<^parameters.postgres>>sqlite<> ci + FEATURES: <<#parameters.postgres>>postgres<><<^parameters.postgres>>sqlite<>,ci DATABASE_URL: <<#parameters.postgres>>postgres://postgres@localhost/plume<><<^parameters.postgres>>plume.sqlite<>