From 59a83bab13663913fd4d8c95269e384106477f30 Mon Sep 17 00:00:00 2001 From: bwallacee Date: Wed, 14 Feb 2024 09:18:48 +0000 Subject: [PATCH] chore(trading): re enable parralel run --- .github/workflows/console-test-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/console-test-run.yml b/.github/workflows/console-test-run.yml index 8f9aaaa97..1200bdf07 100644 --- a/.github/workflows/console-test-run.yml +++ b/.github/workflows/console-test-run.yml @@ -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