7676 AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString36 }}
7777 AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString36 }}
7878 run : |
79- python -m pytest --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
79+ python -m pytest -n auto --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
8080 - name : Running 3.7 Tests
8181 if : matrix.python-version == 3.7
8282 env :
8888 AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString37 }}
8989 AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString37 }}
9090 run : |
91- python -m pytest --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
91+ python -m pytest -n auto --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
9292 - name : Running 3.8 Tests
9393 if : matrix.python-version == 3.8
9494 env :
@@ -100,7 +100,7 @@ jobs:
100100 AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString38 }}
101101 AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString38 }}
102102 run : |
103- python -m pytest --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
103+ python -m pytest -n auto --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
104104 - name : Running 3.9 Tests
105105 if : matrix.python-version == 3.9
106106 env :
@@ -112,7 +112,7 @@ jobs:
112112 AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString39 }}
113113 AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString39 }}
114114 run : |
115- python -m pytest --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
115+ python -m pytest -n auto --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
116116 - name : Running 3.10 Tests
117117 if : matrix.python-version == 3.10
118118 env :
@@ -124,7 +124,7 @@ jobs:
124124 AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString310 }}
125125 AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString310 }}
126126 run : |
127- python -m pytest --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
127+ python -m pytest -n auto --instafail --cov=./azure_functions_worker --cov-report xml --cov-branch --cov-append tests/endtoend
128128 - name : Codecov
129129 uses : codecov/codecov-action@v1.0.13
130130 with :
0 commit comments