how to ignore all test when build native by the co...
# getting-started
t
how to ignore all test when build native by the command:
gradlew linkNative
. It's pretty slow to run the command with test. Hence it's better to ignore test if there is the option.
v
-x nameOfTheTestTask