From 04e52d2443ba3d6259e2f0033edbad841226a16b Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 19 Sep 2023 11:27:38 -0700 Subject: [PATCH] parallel testing --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7fe4afd11..222b218dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,6 +3,7 @@ jobs: local_testing: docker: - image: circleci/python:3.8 + parallelism: 4 working_directory: ~/project steps: @@ -53,7 +54,7 @@ jobs: - run: name: Run tests command: | - python -m pytest -vv --junitxml=test-results/junit.xml + python -m pytest -vv --junitxml=test-results/junit.xml | circleci tests split --split-by=timings # Store test results - store_test_results: