Currently we only test jvm targets.
We support multiple ones.
So we should test on all supported targets.
We can use kotest for assertion.
Like we did here: ioki-mobility/kmp-passenger-api#119
(AFAIK this was the only reason why we have jvmtests).
The CI workflow should also be adjusted accordingly I suppose...
Currently we only test
jvmtargets.We support multiple ones.
So we should test on all supported targets.
We can use kotest for assertion.
Like we did here: ioki-mobility/kmp-passenger-api#119
(AFAIK this was the only reason why we have jvmtests).
The CI workflow should also be adjusted accordingly I suppose...