Skip to content

Commit 0ead92c

Browse files
committed
remove comments
1 parent 9e9a76a commit 0ead92c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ lazy val transaction = subModule("transaction")
1818
.aggregate(basics)
1919
.dependsOn(basics)
2020
.settings(commonSettings: _*)
21-
// .settings(
22-
// testOptions in Test := Seq(Tests.Filter(_.matches(".*TestSuite$")))
23-
// )
21+
.settings(
22+
testOptions in Test := Seq(Tests.Filter(_.matches(".*TestSuite$")))
23+
)
2424

2525
lazy val consensus = subModule("consensus")
2626
.aggregate(basics)

0 commit comments

Comments
 (0)