• James Bardin's avatar
    install packages for tests · 87253e44
    James Bardin authored
    Running `go test -i` installs the requirements for a package's tests.
    This way when running the tests in batches of 4, we can cut the runtime
    in half be only compiling the dependencies once.
    87253e44