https://github.com/runningcode/test-cache
https://github.com/runningcode/test-cache
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/runningcode/test-cache
- Owner: runningcode
- Created: 2019-04-17T14:09:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T14:10:17.000Z (over 7 years ago)
- Last Synced: 2026-07-04T20:22:18.562Z (20 days ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- 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
```