Skip to content

Commit

Permalink
scalafmt-dynamic: move tests into the module
Browse files Browse the repository at this point in the history
The tests module has extra dependencies which masked a bug introduced in
the dynamic module.
  • Loading branch information
kitbellew committed Nov 12, 2021
1 parent bd357ca commit 5fd29a6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ commands += Command.command("ci-test") { s =>
val docsTest = if (scalaVersion == scala212) "docs/run" else "version"
s"++$scalaVersion" ::
"tests/test" ::
"dynamic/test" ::
"publishLocal" ::
docsTest ::
s
Expand Down

0 comments on commit 5fd29a6

Please sign in to comment.