Skip to content

Commit e61e174

Browse files
committed
Removes parallel execution from unit tests
1 parent d3384e5 commit e61e174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
shell: bash
6969
run: |
7070
export PYTHONPATH="$(pwd)/src${PYTHONPATH:+:$PYTHONPATH}"
71-
python -m pytest tests/unit_tests/ --color=yes -n auto
71+
python -m pytest tests/unit_tests/ --color=yes
7272
7373
- name: Run Python functional tests
7474
shell: bash

0 commit comments

Comments
 (0)