From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Fri, 4 Jun 2021 01:26:21 +0000 (-0400) Subject: Go back to single core for test suite on CI (#2305) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c53b3ad8fa62eb124d017a23bdff5a2bfa9890af?hp=c53b3ad8fa62eb124d017a23bdff5a2bfa9890af Go back to single core for test suite on CI (#2305) The random asyncio bug is just too frequent and annoying to be worth the speed improvements. Our test suite is already quite fast. Random test failures hurt for 3 reasons, 1) they are discouraging for new contributors who won't understand it's out of their control, 2) it's annoying and time consuming to rerun the workflow, and 3) it makes single job failures feel less important (even they should be treated as important!). ---