Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We weren't getting incremental builds because of new test only subpackages. Our voodoo combo of 'go install' and 'go test -c' didn't cache things like 'test/e2e_node/services'. Add the '-i' flag to 'go test' to install test only dependencies too.
- Loading branch information