Skip to content

Commit 33d76d4

Browse files
committed
Don't compile the tests everytime we run the compiler
1 parent 36c2e34 commit 33d76d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,7 @@ object Build {
683683
Map(
684684
"dotty-interfaces" -> packageBin.in(`dotty-interfaces`, Compile).value,
685685
"dotty-compiler" -> packageBin.in(Compile).value,
686-
"dotty-library" -> packageBin.in(`dotty-library`, Compile).value,
687-
"dotty-compiler-test" -> packageBin.in(Test).value
686+
"dotty-library" -> packageBin.in(`dotty-library`, Compile).value
688687
).mapValues(_.getAbsolutePath)
689688
}
690689
)

0 commit comments

Comments
 (0)