Skip to content

Commit 5853ab4

Browse files
committed
make build command to compile only one version (release matrix runs it per Scala version)
1 parent 3fe3154 commit 5853ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val commonSettings = Seq(
1515

1616
val alias: Seq[sbt.Def.Setting[?]] =
1717
addCommandAlias("check", "all versionPolicyCheck Compile/doc") ++
18-
addCommandAlias("build", "+all compile test")
18+
addCommandAlias("build", "all compile test")
1919

2020
lazy val root = (project in file(".")
2121
settings (name := "cassandra-sync")

0 commit comments

Comments
 (0)