Cheers for the link! I think I get it, so because you can’t compile on arm theres no point having a test task as you wouldn’t be able to compile it and run it on any platform. You’d have to compile the test binary on say linux x86 and copy the artifact to an arm runner to run it
?