We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3917df7 commit 380d4f7Copy full SHA for 380d4f7
build.sbt
@@ -3,9 +3,7 @@ import scala.util.Try
3
import org.scalanative.bindgen.sbt.ScalaNativeBindgenPlugin
4
import BindingHelpers._
5
6
-addCommandAlias(
7
- "verify",
8
- "; tests/test ; docs/test ; bindings/test ; ^scripted ; docs/makeSite")
+addCommandAlias("verify", "; test ; ^scripted ; docs/makeSite")
9
10
val Versions = new {
11
val scala210 = "2.10.6"
@@ -28,6 +26,7 @@ inThisBuild(
28
26
"-encoding",
29
27
"utf8"
30
),
+ parallelExecution in Global := false,
31
scmInfo := Some(
32
ScmInfo(url("https://github.com/kornilova-l/scala-native-bindgen"),
33
"scm:git:[email protected]:kornilova-l/scala-native-bindgen.git")),
0 commit comments