diff --git a/.circleci/config.yml b/.circleci/config.yml index 6c3a545..15bb56e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,5 +14,5 @@ jobs: - run: yarn - run: yarn zmi-bootstrap - run: yarn zmi-nerd - - run: yarn test --forceExit + - run: yarn test --forceExit --detectOpenHandles --runInBand --maxWorkers=2 - run: bash <(curl -s https://codecov.io/bash)