Skip to content

Commit 70b980c

Browse files
committed
Update
[ghstack-poisoned]
1 parent 6b48e01 commit 70b980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/unittest-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if ($LASTEXITCODE -ne 0) {
2929

3030
# Run pytest with coverage
3131
# pytest -n auto --cov=./ --cov-report=xml
32-
pytest --continue-on-collection-errors -vv --full-trace -c pytest-windows.ini
32+
pytest --continue-on-collection-errors -v --full-trace -c pytest-windows.ini -n auto
3333
if ($LASTEXITCODE -ne 0) {
3434
Write-Host "Pytest invocation was unsuccessful. Exit code: $LASTEXITCODE."
3535
exit $LASTEXITCODE

0 commit comments

Comments
 (0)