Skip to content

Commit e53973c

Browse files
Run validation tests separately to avoid loading multiple lit.site.cfg
1 parent 1d6b2a3 commit e53973c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
20432043
}
20442044
}
20452045
if ($Test) {
2046-
$Targets += @("check-swift-all-only_non_executable")
2046+
$Targets += @("check-swift-only_non_executable", "check-swift-validation-only_non_executable")
20472047
$PlatformDefines += @{
20482048
SWIFT_INCLUDE_TESTS = "YES";
20492049
SWIFT_BUILD_TEST_SUPPORT_MODULES = "YES";

0 commit comments

Comments
 (0)