Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion utils/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3924,8 +3924,9 @@ function Test-SourceKitLSP {
# Tell the tests where to find the just-built plugins.
$env:SOURCEKIT_LSP_TEST_PLUGIN_PATHS="$($HostPlatform.ToolchainInstallRoot)\usr\lib"

# FIXME: TestParallel has issues: https://github.com/swiftlang/swift/issues/85337
Build-SPMProject `
-Action TestParallel `
-Action Test `
-Src "$SourceCache\sourcekit-lsp" `
-Bin "$BinaryCache\$($HostPlatform.Triple)\SourceKitLSPTests" `
-Platform $BuildPlatform `
Expand Down