From f171d1e352d689dbfaed3844a87f56df9b64e67c Mon Sep 17 00:00:00 2001 From: Kim-Adeline Miguel Date: Fri, 25 Sep 2020 11:30:57 -0700 Subject: [PATCH] Add Windows unit tests to the PR pipeline --- build/ci/vscode-python-pr-validation.yaml | 4 ++++ news/3 Code Health/14013.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 news/3 Code Health/14013.md diff --git a/build/ci/vscode-python-pr-validation.yaml b/build/ci/vscode-python-pr-validation.yaml index 38042886a163..240e9026e06b 100644 --- a/build/ci/vscode-python-pr-validation.yaml +++ b/build/ci/vscode-python-pr-validation.yaml @@ -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' diff --git a/news/3 Code Health/14013.md b/news/3 Code Health/14013.md new file mode 100644 index 000000000000..0a4af31929a2 --- /dev/null +++ b/news/3 Code Health/14013.md @@ -0,0 +1 @@ +Add Windows unit tests to the PR validation pipeline .