The main pain point for us right now is actually i...
# general
h
The main pain point for us right now is actually in the underlying tooling, namely that
go build
doesn’t build tests, so
go test
has to first invoke the compiler to run tests, and it does this every time.