how can i run the test suite from gradle? ```~/Pro...
# minutest
c
how can i run the test suite from gradle?
Copy code
~/Projects/kotlin/minutest% ./gradlew clean test

BUILD SUCCESSFUL in 1s
7 actionable tasks: 1 executed, 4 from cache, 2 up-to-date
~/Projects/kotlin/minutest%
d
I guess that they have already run, and now build caching is kicking in. Try
--no-build-cache