Include tests from kotlin-scripting-jvm-host in compiler tests
Previously these tests were not executed during CI test run
This commit is contained in:
@@ -461,6 +461,7 @@ tasks {
|
|||||||
create("scriptingTest") {
|
create("scriptingTest") {
|
||||||
dependsOn("dist")
|
dependsOn("dist")
|
||||||
dependsOn(":kotlin-script-util:test")
|
dependsOn(":kotlin-script-util:test")
|
||||||
|
dependsOn(":kotlin-scripting-jvm-host:test")
|
||||||
}
|
}
|
||||||
|
|
||||||
create("compilerTest") {
|
create("compilerTest") {
|
||||||
|
|||||||
Reference in New Issue
Block a user