Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
739 stars 185 forks source link

test: Fix CI process for native test #861

Closed karasusan closed 1 year ago

karasusan commented 1 year ago

Fix CI process for testing native code. Currently we tested C++ code with googletest on each platforms. In this change, build process of test runner separated with testing process, so we can cover more environments for testing because of improving CI process.