From 99ba489874ae221f2947293b58afdfc8c8684ce9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 29 Dec 2024 16:18:26 +0100 Subject: [PATCH] chore(CI): run windows tests in parallel --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 297c72ed8..928d2d069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,7 @@ jobs: - name: Tests run: | - pytest --random-order + pytest --random-order --durations 20 -n auto - name: Check for repository changes run: |