An open API service indexing awesome lists of open source software.

https://github.com/runningcode/test-cache


https://github.com/runningcode/test-cache

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Test caching

Gradle caches test results by default. Running the following command does not cause the test to be re-run.

```
./gradlew cleanTest test
```