Skip to content

Commit 4f2fe77

Browse files
committed
Make test run tests.
Previously, nothing ran on CI because the tests are not using an sbt test framework runner.
1 parent 96e0480 commit 4f2fe77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ lazy val sourcecode = crossProject
3737
.settings(baseSettings)
3838
.settings(
3939
libraryDependencies ++= macroDependencies(scalaVersion.value),
40+
test in Test := (run in Test).toTask("").value,
4041
unmanagedSourceDirectories in Compile ++= {
4142
CrossVersion.partialVersion(scalaVersion.value) match {
4243
case Some((2, n)) if n >= 12 =>

0 commit comments

Comments
 (0)