From a8a49f0499d336a6bec0de1eaadb3ba2b45fe05e Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Thu, 19 Sep 2024 15:32:40 +0200 Subject: [PATCH] ci(tests): improve load balancing of tests Signed-off-by: Sylvain Leclerc --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91523a511d..7a590a8214 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: pip install -r requirements-dev.txt - name: Test with pytest run: | - pytest --cov antarest --cov-report xml -n auto + pytest --cov antarest --cov-report xml -n auto --dist=worksteal - name: Archive code coverage results if: matrix.os == 'ubuntu-20.04' uses: actions/upload-artifact@v4