language server tests do not unnecessarily re-assemble fat jar (#8695)

This commit is contained in:
Pavel Marek 2024-01-05 19:00:02 +01:00 committed by GitHub
parent 542357addc
commit 94e1d5d791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1366,7 +1366,7 @@ lazy val `language-server` = (project in file("engine/language-server"))
)
.settings(
Test / compile := (Test / compile)
.dependsOn(LocalProject("enso") / updateLibraryManifests)
.dependsOn(`runtime-fat-jar` / Compile / compileModuleInfo)
.value,
Test / envVars ++= Map(
"ENSO_EDITION_PATH" -> file("distribution/editions").getCanonicalPath