|
45 | 45 | run: >- |
46 | 46 | python -m pytest -x |
47 | 47 | -m object_retrieval -c /dev/null -p no:warnings |
48 | | - -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
| 48 | + -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
49 | 49 | object_removal: |
50 | 50 | runs-on: ubuntu-latest |
51 | 51 | name: Object Removal Tests |
|
75 | 75 | run: >- |
76 | 76 | python -m pytest -x |
77 | 77 | -m object_removal -c /dev/null -p no:warnings |
78 | | - -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
| 78 | + -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
79 | 79 | dispatch_tests: |
80 | 80 | runs-on: ubuntu-latest |
81 | 81 | timeout-minutes: 30 |
@@ -104,7 +104,7 @@ jobs: |
104 | 104 | run: >- |
105 | 105 | python -m pytest -x |
106 | 106 | -m dispatch -c /dev/null -p no:warnings |
107 | | - -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
| 107 | + -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
108 | 108 | run_tests_online: |
109 | 109 | name: Run Tests Online |
110 | 110 | runs-on: ubuntu-latest |
@@ -133,8 +133,8 @@ jobs: |
133 | 133 | SIMVUE_TOKEN: ${{ secrets.SIMVUE_TOKEN }} |
134 | 134 | run: >- |
135 | 135 | python -m pytest -x |
136 | | - -m run -m online -c /dev/null -p no:warnings |
137 | | - -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
| 136 | + -m "online and not api" -c /dev/null -p no:warnings |
| 137 | + -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
138 | 138 | run_tests_offline: |
139 | 139 | runs-on: ubuntu-latest |
140 | 140 | name: Run Tests Offline |
@@ -163,7 +163,7 @@ jobs: |
163 | 163 | SIMVUE_TOKEN: ${{ secrets.SIMVUE_TOKEN }} |
164 | 164 | run: >- |
165 | 165 | python -m pytest -x |
166 | | - -m run -m offline -c /dev/null -p no:warnings |
| 166 | + -m "offline and not api" -c /dev/null -p no:warnings |
167 | 167 | -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
168 | 168 | config_tests: |
169 | 169 | runs-on: ubuntu-latest |
@@ -193,7 +193,7 @@ jobs: |
193 | 193 | run: >- |
194 | 194 | python -m pytest -x |
195 | 195 | -m config -c /dev/null -p no:warnings |
196 | | - -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
| 196 | + -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
197 | 197 | executor_tests: |
198 | 198 | runs-on: ubuntu-latest |
199 | 199 | name: Executor Tests |
@@ -251,7 +251,7 @@ jobs: |
251 | 251 | run: >- |
252 | 252 | python -m pytest -x |
253 | 253 | -m api -c /dev/null -p no:warnings |
254 | | - -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
| 254 | + -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
255 | 255 | local_tests: |
256 | 256 | runs-on: ubuntu-latest |
257 | 257 | name: Local Tests |
@@ -280,4 +280,4 @@ jobs: |
280 | 280 | run: >- |
281 | 281 | python -m pytest -x |
282 | 282 | -m local -c /dev/null -p no:warnings |
283 | | - -n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
| 283 | + -n 8 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache |
0 commit comments