From 1da2bc5dab866fe59ca30f1111997667dcc3a912 Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Mon, 17 Jun 2019 15:51:48 +0300 Subject: [PATCH] Build: Fix idea performance tests runtime --- idea/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/build.gradle.kts b/idea/build.gradle.kts index 948f50eb098..9eb90aacbf9 100644 --- a/idea/build.gradle.kts +++ b/idea/build.gradle.kts @@ -175,6 +175,7 @@ dependencies { performanceTestCompile(sourceSets["test"].output) performanceTestCompile(sourceSets["main"].output) + performanceTestRuntime(sourceSets["performanceTest"].output) } projectTest(parallel = true) {