I’d like to know : which command to use to build a...
# kotest-contributors
a
I’d like to know : which command to use to build and run the tests? I used
./gradlew check
and also what is the right way to fix this error upp I already deleted and re install the xcode commands
m
If you just want the test results, then
check
is fine. If you also want the
jar
and all other steps executed, then use
build
.