Skip to content

Commit

Permalink
include core-only-test in tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Oct 20, 2019
1 parent f9f6376 commit 0660b1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ThisBuild / publishTo := sonatypePublishToBundle.value

addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")
addCommandAlias("testJVM", ";interopCatsJVM/test")
addCommandAlias("testJS", ";interopCatsJS/test")
addCommandAlias("testJVM", ";interopCatsJVM/test;coreOnlyTestJVM/test")
addCommandAlias("testJS", ";interopCatsJS/test;coreOnlyTestJS/test")

lazy val root = project
.in(file("."))
Expand Down

0 comments on commit 0660b1c

Please sign in to comment.