mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
In CI environment, race tests take a huge amount of memory. Since we only run it on master, there's no rush to finish it quickly. Hence we can limit the parallelism and throttle memory usage. ```release-note NONE ```