Skip to content

Commit

Permalink
Fix build.sbt to allow testing on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpeeters committed Dec 16, 2023
1 parent 342aa44 commit 08f161f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ lazy val root = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.enablePlugins(NoPublishPlugin)
.jsSettings(test := {})
.nativeSettings(test := {})
.settings(test :=
Def.sequential(
(cats.jvm / Test / test),
(scala.jvm / Test / test)
).value
)

lazy val cats = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("modules/cats"))
Expand Down

0 comments on commit 08f161f

Please sign in to comment.