diff --git a/.circleci/config.yml b/.circleci/config.yml index b1b3194c..d8a8d15e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,6 +21,7 @@ executors: RUST_TEST_THREADS: 1 FEATURES: <<#parameters.postgres>>postgres<><<^parameters.postgres>>sqlite<> DATABASE_URL: <<#parameters.postgres>>postgres://postgres@localhost/plume<><<^parameters.postgres>>plume.sqlite<> + ROCKET_SECRET_KEY: VN5xV1DN7XdpATadOCYcuGeR/dV0hHfgx9mx9TarLdM= commands: