Skip to content

Commit 6abde6b

Browse files
authored
Add Windows unit tests to the PR pipeline (#14106)
1 parent 1a0c790 commit 6abde6b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build/ci/vscode-python-pr-validation.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ stages:
111111
timeoutInMinutes: 90
112112
strategy:
113113
matrix:
114+
'Unit':
115+
TestsToRun: 'testUnitTests, pythonUnitTests, pythonInternalTools, pythonIPythonTests'
116+
NeedsPythonTestReqs: true
117+
NeedsIPythonReqs: true
114118
# This gives us our best functional coverage for the OS.
115119
'Functional':
116120
TestsToRun: 'testfunctional'

news/3 Code Health/14013.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Windows unit tests to the PR validation pipeline .

0 commit comments

Comments
 (0)