What causes tests to get skipped when running allTests or check? My linuxX64 and macosArm64 tests are always skipped. I am currently running on a mac.
c
Casey Brooks
01/18/2022, 7:54 PM
KMP will only build artifacts and run tests for the actual platform you're running on, and skip the tasks for other OSs. It doesn't try to emulate other OSs as part of the toolchain, it just skips them. You'll need to setup CI with multiple OS jobs to test all targets
l
Landry Norris
01/18/2022, 8:07 PM
That makes sense for the Linux target. Why would the mac target get skipped? I’m on an M1 Mac.
Landry Norris
01/18/2022, 8:08 PM
I should note that I haven’t set up macosX64 yet. Just the ARM target.
a
andylamax
01/18/2022, 8:59 PM
Its strange skipping Linux targets, coz they can be built from a macos