Skip to content

Commit

Permalink
Fork the JVM for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed May 31, 2024
1 parent c77a765 commit c88623b
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 @@ -33,7 +33,8 @@ javacOptions ++= Seq("--release", "8", "-Xlint:unchecked")

doc / javacOptions := Seq("--release", "8")

// fork := true
fork := true

// Check at runtime for JNI errors when running tests
Test / javaOptions ++= Seq("-Xcheck:jni")

Expand Down

0 comments on commit c88623b

Please sign in to comment.