Native: add kotlin-native/shared tests to backend.native:tests:sanity
This enables running these tests on the CI.
This commit is contained in:
committed by
Space Team
parent
e3a72da670
commit
26bcfcd375
@@ -210,6 +210,7 @@ task sanity {
|
|||||||
})
|
})
|
||||||
dependsOn(":kotlin-native:Interop:Indexer:check")
|
dependsOn(":kotlin-native:Interop:Indexer:check")
|
||||||
dependsOn(":kotlin-native:Interop:StubGenerator:check")
|
dependsOn(":kotlin-native:Interop:StubGenerator:check")
|
||||||
|
dependsOn(":kotlin-native-shared:check")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Collect reports in one json.
|
// Collect reports in one json.
|
||||||
|
|||||||
Reference in New Issue
Block a user