https://github.com/runningcode/test-cache
https://github.com/runningcode/test-cache
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runningcode/test-cache
- Owner: runningcode
- Created: 2019-04-17T14:09:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T14:10:17.000Z (about 7 years ago)
- Last Synced: 2025-09-29T07:51:31.663Z (8 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```