Skip to content

Commit

Permalink
fix: run test depends on fat jar classes
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 committed Dec 19, 2023
1 parent cbf7248 commit 1bb8389
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,10 @@ lazy val runtime = (project in file("engine/runtime"))
Test / fork := true,
Test / envVars ++= distributionEnvironmentOverrides ++ Map(
"ENSO_TEST_DISABLE_IR_CACHE" -> "false"
)
),
Test / compile := (Test / compile)
.dependsOn(`runtime-fat-jar` / Compile / compileModuleInfo)
.value
)
.settings(
(Compile / javacOptions) ++= Seq(
Expand Down

0 comments on commit 1bb8389

Please sign in to comment.