~jan0sch/smederee

Showing details for patch 4c55c9d8789e1241711c2482686df2f415efb4ed.
2023-05-12 (Fri), 7:10 AM - Jens Grassel - 4c55c9d8789e1241711c2482686df2f415efb4ed

Build configuration: Fork JVM als for integration tests

Summary of changes
1 files modified with 2 lines added and 0 lines removed
  • build.sbt with 2 added and 0 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-30 15:43:25.360725424 +0000
+++ new-smederee/build.sbt	2025-01-30 15:43:25.360725424 +0000
@@ -169,6 +169,7 @@
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
       IntegrationTest / console / scalacOptions --= Seq("-Xfatal-warnings"),
+      IntegrationTest / fork := true,
       IntegrationTest / parallelExecution := false,
       libraryDependencies ++= Seq(
         library.apacheSshdCore,
@@ -332,6 +333,7 @@
       headerSettings(IntegrationTest),
       inConfig(IntegrationTest)(scalafmtSettings),
       IntegrationTest / console / scalacOptions --= Seq("-Xfatal-warnings"),
+      IntegrationTest / fork := true,
       IntegrationTest / parallelExecution := false,
       libraryDependencies ++= Seq(
         library.catsCore,