mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
We can make the tests run slightly faster by parallelizing them across multiple CPU cores: - from some casual testing locally, 2 cores gives the optimum speedup - Travis container-based builds have 2 CPU cores available[1] - the net gain is about 20%, or 2 seconds - unfortunately we can’t do this on the API because each test is still using the same instance of the database 1. https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments