chore(trading): re enable parralel run

This commit is contained in:
bwallacee 2024-02-14 09:18:48 +00:00
parent 4db5f19c91
commit 59a83bab13
No known key found for this signature in database
GPG Key ID: E1234921C80BFE6D

View File

@ -205,7 +205,7 @@ jobs:
# run tests
#----------------------------------------------
- name: Run tests
run: CONSOLE_IMAGE_NAME=ci/trading:local poetry run pytest -v --numprocesses 1 --dist loadfile --durations=45
run: CONSOLE_IMAGE_NAME=ci/trading:local poetry run pytest -v --numprocesses 4 --dist loadfile --durations=45
working-directory: apps/trading/e2e
#----------------------------------------------
# upload traces