Skip to content

Commit 02f76b8

Browse files
Run validation tests separately to avoid loading multiple lit.site.cfg
1 parent aacd660 commit 02f76b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2015,7 +2015,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
20152015
}
20162016
}
20172017
if ($Test) {
2018-
$Targets += @("check-swift-all-only_non_executable")
2018+
$Targets += @("check-swift-only_non_executable", "check-swift-validation-only_non_executable")
20192019
$PlatformDefines += @{
20202020
SWIFT_INCLUDE_TESTS = "YES";
20212021
SWIFT_BUILD_TEST_SUPPORT_MODULES = "YES";

0 commit comments

Comments
 (0)