• Joe Beda's avatar
    Install test subpackages too · dd3ac00c
    Joe Beda authored
    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.
    dd3ac00c
golang.sh 21.9 KB