Skip to content

Commit 8d35f34

Browse files
committed
Only run foundation tests for faster builds
1 parent 31f344d commit 8d35f34

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

utils/build.ps1

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,11 @@ if ($WindowsSDKArchitectures.Length -eq 1) { $WindowsSDKArchitectures = $Windows
199199

200200
if ($Test.Length -eq 1) { $Test = $Test[0].Split(",") }
201201

202-
if ($Test -contains "*") {
203-
# Explicitly don't include llbuild yet since tests are known to fail on Windows
204-
$Test = @("lld", "lldb", "swift", "dispatch", "foundation", "xctest", "swift-format", "sourcekit-lsp")
205-
}
202+
#if ($Test -contains "*") {
203+
# # Explicitly don't include llbuild yet since tests are known to fail on Windows
204+
# $Test = @("lld", "lldb", "swift", "dispatch", "foundation", "xctest", "swift-format", "sourcekit-lsp")
205+
#}
206+
$Test = @("foundation")
206207

207208
## Declare static build and build tool parameters.
208209

0 commit comments

Comments
 (0)