Skip to content

Commit 314a2b6

Browse files
committed
Run windows core main tests in the build step
1 parent 92f4f78 commit 314a2b6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

script/vsts/platforms/templates/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ steps:
2121
ATOM_JASMINE_REPORTER: list
2222
TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory)/junit
2323
ATOM_RUN_CORE_TESTS: $(RunCoreTests)
24+
ATOM_RUN_CORE_MAIN_TESTS: $(RunCoreMainTests)
2425
ATOM_RUN_CORE_RENDER_TESTS: $(RunCoreRendererTests)
2526
ATOM_RUN_PACKAGE_TESTS: $(RunPackageTests)
2627
displayName: Run tests

script/vsts/platforms/windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ jobs:
77
matrix:
88
x64:
99
buildArch: x64
10+
RunCoreMainTests: true
1011
x86:
1112
buildArch: x86
13+
RunCoreMainTests: true
1214

1315
pool:
1416
vmImage: vs2017-win2016

0 commit comments

Comments
 (0)