xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.49k stars 515 forks source link

Do not run iOS device tests if only Mac APIs changed. #8438

Open mandel-macaque opened 4 years ago

mandel-macaque commented 4 years ago

If we only change the apitests for Mac OS X there is no reason to run all the tests on the iOS/tvOS devices, consumes resources and will give the same results.

spouliot commented 4 years ago

maybe we could reuse the Makefile logic to see which files are related to which OS ?