mirror of
https://github.com/mattermost/mattermost.git
synced 2026-09-19 02:06:37 +08: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 ```