Skip to content

Commit 461698b

Browse files
Run validation tests separately to avoid loading multiple lit.site.cfg
1 parent ef1fb30 commit 461698b

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
@@ -1945,7 +1945,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
19451945
}
19461946
}
19471947
if ($Test) {
1948-
$Targets += @("check-swift-all-only_non_executable")
1948+
$Targets += @("check-swift-only_non_executable", "check-swift-validation-only_non_executable")
19491949
$PlatformDefines += @{
19501950
SWIFT_INCLUDE_TESTS = "YES";
19511951
SWIFT_BUILD_TEST_SUPPORT_MODULES = "YES";

0 commit comments

Comments
 (0)