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.7.14-beta.0
- Published
- Feb 26, 2018
- Platform
- js/wasm
- Imports
- 9 packages
- Last checked
- 4 minutes ago –
Tools for package owners.