From d3308c355535ef2be14f33c42269217bbdd77513 Mon Sep 17 00:00:00 2001 From: Krzysiek Ciesielski Date: Thu, 23 Nov 2023 09:25:54 +0100 Subject: [PATCH] [CI] Compile tests in compileScoped (#3336) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63304354ca..e8a97bff95 100644 --- a/build.sbt +++ b/build.sbt @@ -345,7 +345,7 @@ lazy val rootProject = (project in file(".")) testFinatra := (Test / test).all(filterProject(p => p.contains("finatra"))).value, compileScoped := Def.inputTaskDyn { val args = spaceDelimited("").parsed - Def.taskDyn((Compile / compile).all(filterByVersionAndPlatform(args.head, args(1)))) + Def.taskDyn((Test / compile).all(filterByVersionAndPlatform(args.head, args(1)))) }.evaluated, testScoped := Def.inputTaskDyn { val args = spaceDelimited("").parsed