Skip to content

Commit 3261ce9

Browse files
committed
utils: synchronise -Test '*' with build-windows-toolchain.bat
Extend the default full test set to include the same set that the rest of the testing that is now enabled by default on swift.org CI.
1 parent fdea6ba commit 3261ce9

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
@@ -211,7 +211,7 @@ if ($AndroidSDKs.Length -gt 0) {
211211

212212
if ($Test -contains "*") {
213213
# Explicitly don't include llbuild yet since tests are known to fail on Windows
214-
$Test = @("swift", "dispatch", "foundation", "xctest")
214+
$Test = @("lld", "swift", "dispatch", "foundation", "xctest", "swift-format", "sourcekit-lsp")
215215
}
216216

217217
# Architecture definitions

0 commit comments

Comments
 (0)