Skip to content

Commit

Permalink
Test / parallelExecution := false
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Sep 4, 2024
1 parent 86bcbed commit 1f7e41a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ buildWin32X86_64 / skip := {
}, _.isEmpty)
}
Test / fork := true
Test / parallelExecution := false
clangfmt / fileInputs += baseDirectory.value.toGlob / "jni" / "*.c"
commands += Command.command("buildNativeArtifacts") { state =>
"buildLinuxX86_64" :: "buildLinuxAarch64" :: "buildDarwin" :: "buildWin32X86_64" :: state
Expand Down

0 comments on commit 1f7e41a

Please sign in to comment.