teststale command
teststale checks the staleness of a test binary. go test -c builds a test binary but it does no staleness check. In other words, every time one runs go test -c, it compiles the test packages and links the binary even when nothing has changed. This program helps to mitigate that problem by allowing to check the staleness of a given test package and its binary.
- Version
- v1.8.8
- Published
- Feb 4, 2018
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 1 minute ago –
Tools for package owners.