Skip to content

Commit 2d890eb

Browse files
committed
ci: disable '-n auto' pytest flag
1 parent b044691 commit 2d890eb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
uses: boromir674/automated-workflows/.github/workflows/python-build.yml@develop
2121
with:
2222
job_matrix: "{\"platform\": [\"ubuntu-latest\"], \"python-version\": [\"3.11\"]}"
23+
distribute_tests: false # avoid perf decrease due to test distribution overhead
24+
# tests are too fast so cpu distribution overhead increases total test execution time
2325

2426
# uses: boromir674/automated-workflows/.github/workflows/test_build.yml@develop
2527
# with:

0 commit comments

Comments
 (0)