File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ThisBuild / githubWorkflowBuild := Seq(WorkflowStep.Sbt(List("${{ matrix.ci }}")
6666
6767addCommandAlias(" ci" , ciVariants.mkString(" ; " , " ; " , " " ))
6868
69- addCommandAlias(" ciNode" , " ; set Global / useJSEnv := JSEnv.NodeJS; test; core/doc" )
69+ addCommandAlias(" ciNode" , " ; set Global / useJSEnv := JSEnv.NodeJS; test; core/doc; core/mimaReportBinaryIssues " )
7070addCommandAlias(" ciFirefox" , " ; set Global / useJSEnv := JSEnv.Firefox; test; set Global / useJSEnv := JSEnv.NodeJS" )
7171addCommandAlias(" ciChrome" , " ; set Global / useJSEnv := JSEnv.Chrome; test; set Global / useJSEnv := JSEnv.NodeJS" )
7272addCommandAlias(" ciJSDOMNodeJS" , " ; set Global / useJSEnv := JSEnv.JSDOMNodeJS; test; set Global / useJSEnv := JSEnv.NodeJS" )
You can’t perform that action at this time.
0 commit comments