558d10f28b
Before, running go test -short -count=1 ./task/... would take about 15 seconds. By skipping these two long tests in short mode, that takes about 10 seconds instead. In particular, the task package itself went from 10 seconds to under a second, but there wasn't a realized 10 second gain due to packages being tested in parallel. |
||
---|---|---|
.. | ||
coordinator.go | ||
coordinator_test.go |