Skip to content

Commit 04f184d

Browse files
committed
compile before test
1 parent 978628c commit 04f184d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ val root = project
116116
.disablePlugins(MimaPlugin, AssemblyPlugin)
117117
.aggregate(List(core, fs2, exampleServer, exampleClient).flatMap(_.projectRefs): _*)
118118

119-
addCommandAlias("ci", "test;scalafmtCheckAll;mimaReportBinaryIssues")
119+
// need to compile first because of https://github.com/plokhotnyuk/jsoniter-scala/issues/564
120+
addCommandAlias("ci", "compile;test;scalafmtCheckAll;mimaReportBinaryIssues")

0 commit comments

Comments
 (0)