Skip to content

Commit dfbef61

Browse files
raboofSethTisue
authored andcommitted
Don't explicitly clean before testing (#210)
This no longer appears to be necessary, and even causes problems on sbt 1.3. See also #209
1 parent 8b62042 commit dfbef61

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: build.sbt

-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ lazy val root = (project in file("."))
2222
result
2323
},
2424
test in Test := {
25-
// since we are building for different Scala patch versions, a clean
26-
// is required to avoid conflicts in class files
27-
clean.value
2825
saveTestClasspath.value
2926
(test in Test).value
3027
},

0 commit comments

Comments
 (0)