Skip to content

Commit 5409714

Browse files
style: enable format check in the tests (#4)
1 parent abb1785 commit 5409714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object playground extends ScalaModule with ScalafmtModule { m =>
2323
if (useChisel5) ivy"org.chipsalliance:::chisel-plugin:5.0.0" else
2424
ivy"edu.berkeley.cs:::chisel3-plugin:3.6.0",
2525
)
26-
object test extends Tests with Utest {
26+
object test extends Tests with Utest with ScalafmtModule {
2727
override def ivyDeps = m.ivyDeps() ++ Agg(
2828
ivy"com.lihaoyi::utest:0.8.1",
2929
if (useChisel5) ivy"edu.berkeley.cs::chiseltest:5.0-SNAPSHOT" else

0 commit comments

Comments
 (0)