Skip to content

Commit

Permalink
Test freeJS with FastOptStage to save some CO2 (#3548)
Browse files Browse the repository at this point in the history
  • Loading branch information
joroKr21 authored Aug 4, 2020
1 parent 07e23b1 commit 84c2e76
Showing 1 changed file 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 @@ -560,6 +560,7 @@ lazy val free = crossProject(JSPlatform, JVMPlatform)
.settings(moduleName := "cats-free", name := "Cats Free")
.settings(catsSettings)
.jsSettings(commonJsSettings)
.jsSettings(scalaJSStage in Test := FastOptStage)
.jvmSettings(commonJvmSettings ++ mimaSettings("cats-free"))

lazy val tests = crossProject(JSPlatform, JVMPlatform)
Expand Down

0 comments on commit 84c2e76

Please sign in to comment.