install packages for tests
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.
This commit is contained in:
parent
f4ca79d7b7
commit
87253e448c
Loading…
Reference in New Issue