It would be nice to have a mode for go test that cached test results, so that you could change a package and then do 'go test ...' and have it only actually rerun the tests that depend on that package.
This comes up especially in larger trees.
This is not trivial.
@thockin @joeshaw
It would be nice to have a mode for go test that cached test results, so that you could change a package and then do 'go test ...' and have it only actually rerun the tests that depend on that package.
This comes up especially in larger trees.
This is not trivial.
@thockin @joeshaw