Skip to content

Commit 413f5ba

Browse files
committed
Only run foundation tests for faster builds
1 parent b0739a5 commit 413f5ba

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
@@ -195,10 +195,11 @@ if ($AndroidSDKs.Length -gt 0) {
195195
$Android = $true
196196
}
197197

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

203204
## Declare static build and build tool parameters.
204205

0 commit comments

Comments
 (0)