Hi, is there a simple way to run just a subset of ...
# multiplatform
t
Hi, is there a simple way to run just a subset of my unit tests? (targets are jvm, ios and tvos)
👍 1
t
--tests *pattern*
👍 1
t
Thanks! That’s exactly what I needed.