Skip to content

Commit

Permalink
style: enable format check in the tests (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
SingularityKChen authored and sashimi-yzh committed Apr 10, 2024
1 parent b4f2410 commit f47a25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object playground extends SbtModule with ScalafmtModule { m =>
if (useChisel3) ivy"edu.berkeley.cs:::chisel3-plugin:3.6.0" else
ivy"org.chipsalliance:::chisel-plugin:7.0.0-M1"
)
object test extends SbtModuleTests with TestModule.ScalaTest {
object test extends SbtModuleTests with TestModule.ScalaTest with ScalafmtModule {
override def sources = T.sources {
super.sources() ++ Seq(PathRef(millSourcePath / "test"))
}
Expand Down

0 comments on commit f47a25d

Please sign in to comment.