parallel testing

This commit is contained in:
ishaan-jaff 2023-09-19 11:27:38 -07:00
parent ba82b98189
commit 04e52d2443

View file

@ -3,6 +3,7 @@ jobs:
local_testing: local_testing:
docker: docker:
- image: circleci/python:3.8 - image: circleci/python:3.8
parallelism: 4
working_directory: ~/project working_directory: ~/project
steps: steps:
@ -53,7 +54,7 @@ jobs:
- run: - run:
name: Run tests name: Run tests
command: | 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
- store_test_results: - store_test_results: