Skip to content

Commit

Permalink
Add Windows unit tests to the PR pipeline (microsoft#14106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimadeline committed Sep 25, 2020
1 parent 1a0c790 commit 6abde6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/ci/vscode-python-pr-validation.yaml
Expand Up @@ -111,6 +111,10 @@ stages:
timeoutInMinutes: 90
strategy:
matrix:
'Unit':
TestsToRun: 'testUnitTests, pythonUnitTests, pythonInternalTools, pythonIPythonTests'
NeedsPythonTestReqs: true
NeedsIPythonReqs: true
# This gives us our best functional coverage for the OS.
'Functional':
TestsToRun: 'testfunctional'
Expand Down
1 change: 1 addition & 0 deletions news/3 Code Health/14013.md
@@ -0,0 +1 @@
Add Windows unit tests to the PR validation pipeline .

0 comments on commit 6abde6b

Please sign in to comment.