From 97f243e5f755a17b8b9a52d4f85fa64722bcd806 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 25 Aug 2023 11:04:38 +0100 Subject: [PATCH] chore(trading): show test run time (#4623) --- .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 6fdb4cc45..02867e9bb 100644 --- a/.github/workflows/console-test-run.yml +++ b/.github/workflows/console-test-run.yml @@ -125,7 +125,7 @@ jobs: #---------------------------------------------- - name: Run tests working-directory: ./console-test - run: poetry run pytest -s --numprocesses auto --dist loadfile + run: poetry run pytest -v -s --numprocesses auto --dist loadfile --durations=20 - name: Check files run: | ls -al .