Aggregate coroutines tests under 'check' task instead of 'test'
Otherwise --tests "pattern" gradle option has problem as it's applied to both 'test' and `coroutinesTest` tasks and fails to match tests in one of them
This commit is contained in:
@@ -239,7 +239,7 @@ task coroutinesTest(type: Test, dependsOn: coroutinesTestClasses) {
|
||||
classpath = sourceSets.coroutinesTest.runtimeClasspath
|
||||
}
|
||||
|
||||
test.dependsOn coroutinesTest
|
||||
check.dependsOn(coroutinesTest)
|
||||
|
||||
compileUnsignedKotlin {
|
||||
kotlinOptions {
|
||||
|
||||
Reference in New Issue
Block a user