Skip to content

Commit 380d4f7

Browse files
committed
Disable parallel execution
1 parent 3917df7 commit 380d4f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import scala.util.Try
33
import org.scalanative.bindgen.sbt.ScalaNativeBindgenPlugin
44
import BindingHelpers._
55

6-
addCommandAlias(
7-
"verify",
8-
"; tests/test ; docs/test ; bindings/test ; ^scripted ; docs/makeSite")
6+
addCommandAlias("verify", "; test ; ^scripted ; docs/makeSite")
97

108
val Versions = new {
119
val scala210 = "2.10.6"
@@ -28,6 +26,7 @@ inThisBuild(
2826
"-encoding",
2927
"utf8"
3028
),
29+
parallelExecution in Global := false,
3130
scmInfo := Some(
3231
ScmInfo(url("https://github.com/kornilova-l/scala-native-bindgen"),
3332
"scm:git:[email protected]:kornilova-l/scala-native-bindgen.git")),

0 commit comments

Comments
 (0)