Skip to content

Commit 6efd033

Browse files
Enable validation tests
1 parent 0a70c3f commit 6efd033

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
@@ -2043,7 +2043,7 @@ function Build-Runtime([Platform]$Platform, $Arch, [switch]$Test = $false) {
20432043
}
20442044
}
20452045
if ($Test) {
2046-
$Targets += @("check-swift-only_non_executable", "check-swift-validation-only_non_executable")
2046+
$Targets += @("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)