Simplify mapping between CI and test tasks
This commit is contained in:
@@ -777,6 +777,11 @@ tasks {
|
||||
}
|
||||
|
||||
register("miscCompilerTest") {
|
||||
dependsOn("coreLibsTest")
|
||||
dependsOn("gradlePluginTest")
|
||||
dependsOn("toolsTest")
|
||||
dependsOn("examplesTest")
|
||||
|
||||
dependsOn("nativeCompilerTest")
|
||||
dependsOn("firCompilerTest")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user