diff --git a/.circleci/config.yml b/.circleci/config.yml index e4bc7386..492a9341 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -141,6 +141,9 @@ jobs: steps: - restore_env: cache: <<#parameters.postgres>>postgres<><<^parameters.postgres>>sqlite<> + - run_migration: + cmd: | + cargo run -p plume-cli -- migration run - run_with_coverage: cmd: | cmd="cargo test --all --exclude plume-front --exclude plume-macro --no-run --no-default-features --features=${FEATURES} -j"