From 13e4f56b7cf395b284588b1c35f7e1976b4b2ea5 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sun, 26 Jan 2020 15:38:49 +0000 Subject: [PATCH] chore: test jest performance in band on circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c64f559ae..fef337d139 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,7 +35,7 @@ commands: steps: - run: name: Test - command: yarn test + command: yarn jest --runInBand && yarn lerna run test --stream --parallel --include-filtered-dependencies save-cache: steps: - save_cache: