Skip to content

Commit

Permalink
Set fork := false on native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Jul 16, 2024
1 parent f839bbf commit b9157f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ lazy val examples = crossProject(JVMPlatform, JSPlatform, NativePlatform)
_.withRenamedLibraries(
Map("curl" -> "libcurl")
)
}
},
Test / fork := false
)
.jsSettings(
Test / fork := false
Expand Down

0 comments on commit b9157f9

Please sign in to comment.