]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Go back to single core for test suite on CI (#2305)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Fri, 4 Jun 2021 01:26:21 +0000 (21:26 -0400)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 01:26:21 +0000 (21:26 -0400)
commitc53b3ad8fa62eb124d017a23bdff5a2bfa9890af
tree5545ae9417280d05baf47e0f6e937b29a738d2e1
parenta2b5ba2a3a97eb3a0b5130a5b317bb750c1624cf
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!).
.github/workflows/test.yml
tox.ini