Skip to content

Commit

Permalink
Run validation tests separately to avoid loading multiple lit.site.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
weliveindetail committed Feb 6, 2025
1 parent ef1fb30 commit 461698b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
}
}
if ($Test) {
$Targets += @("check-swift-all-only_non_executable")
$Targets += @("check-swift-only_non_executable", "check-swift-validation-only_non_executable")
$PlatformDefines += @{
SWIFT_INCLUDE_TESTS = "YES";
SWIFT_BUILD_TEST_SUPPORT_MODULES = "YES";
Expand Down

0 comments on commit 461698b

Please sign in to comment.