We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b48e01 commit 70b980cCopy full SHA for 70b980c
.ci/scripts/unittest-windows.ps1
@@ -29,7 +29,7 @@ if ($LASTEXITCODE -ne 0) {
29
30
# Run pytest with coverage
31
# pytest -n auto --cov=./ --cov-report=xml
32
-pytest --continue-on-collection-errors -vv --full-trace -c pytest-windows.ini
+pytest --continue-on-collection-errors -v --full-trace -c pytest-windows.ini -n auto
33
if ($LASTEXITCODE -ne 0) {
34
Write-Host "Pytest invocation was unsuccessful. Exit code: $LASTEXITCODE."
35
exit $LASTEXITCODE
0 commit comments