Skip to content

Commit

Permalink
Don't fork when running tests
Browse files Browse the repository at this point in the history
This breaks the macos and windows builds in the CI
  • Loading branch information
luben committed Jun 18, 2024
1 parent caf0dd4 commit 0f657c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 0f657c0

Please sign in to comment.