We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b044691 commit 2d890ebCopy full SHA for 2d890eb
1 file changed
.github/workflows/cicd.yml
@@ -20,6 +20,8 @@ jobs:
20
uses: boromir674/automated-workflows/.github/workflows/python-build.yml@develop
21
with:
22
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
25
26
# uses: boromir674/automated-workflows/.github/workflows/test_build.yml@develop
27
# with:
0 commit comments