Loading
test(v2/httpclient): run in parallel
This runs the v2/httpclient unit test suite in parallel. This is for
two reasons:
- It makes tests run slightly faster (here: from 4s to 3s) and
- it implicitly helps us discover problems should the client ever rely on global state.