What causes tests to get skipped when running allT...
# multiplatform
l
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
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
That makes sense for the Linux target. Why would the mac target get skipped? I’m on an M1 Mac.
I should note that I haven’t set up macosX64 yet. Just the ARM target.
a
Its strange skipping Linux targets, coz they can be built from a macos