diff --git a/build.sbt b/build.sbt index 6c183d8..7e3b668 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,8 @@ lazy val examples = crossProject(JVMPlatform, JSPlatform, NativePlatform) _.withRenamedLibraries( Map("curl" -> "libcurl") ) - } + }, + Test / fork := false ) .jsSettings( Test / fork := false