[ObjCExport] Run new ObjCExport tests as native tests on CI

^KT-64839 Fixed
This commit is contained in:
Sebastian Sellmair
2024-01-10 08:26:26 +01:00
committed by Space Team
parent 809b278a7b
commit 9c3de4332f
4 changed files with 5 additions and 4 deletions
@@ -27,7 +27,7 @@ sourceSets {
testsJar()
nativeTest("test", tag = null) {
nativeTest("test", tag = null, requirePlatformLibs = true) {
useJUnitPlatform()
enableJunit5ExtensionsAutodetection()
}