mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
This is a followup to running tests in serial in CI. Since the API package cannot import anything outside of api/, copy the ci.Parallel function into api/internal/testutil, and have api tests use that.