76
76
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString36 }}
77
77
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString36 }}
78
78
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
80
80
- name : Running 3.7 Tests
81
81
if : matrix.python-version == 3.7
82
82
env :
88
88
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString37 }}
89
89
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString37 }}
90
90
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
92
92
- name : Running 3.8 Tests
93
93
if : matrix.python-version == 3.8
94
94
env :
@@ -100,7 +100,7 @@ jobs:
100
100
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString38 }}
101
101
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString38 }}
102
102
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
104
104
- name : Running 3.9 Tests
105
105
if : matrix.python-version == 3.9
106
106
env :
@@ -112,7 +112,7 @@ jobs:
112
112
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString39 }}
113
113
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString39 }}
114
114
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
116
116
- name : Running 3.10 Tests
117
117
if : matrix.python-version == 3.10
118
118
env :
@@ -124,7 +124,7 @@ jobs:
124
124
AzureWebJobsEventGridTopicUri : ${{ secrets.LinuxEventGridTopicUriString310 }}
125
125
AzureWebJobsEventGridConnectionKey : ${{ secrets.LinuxEventGridConnectionKeyString310 }}
126
126
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
128
128
- name : Codecov
129
129
130
130
with :
0 commit comments