]> 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:

Speed up test suite via distributed testing (#2196)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Fri, 7 May 2021 14:41:55 +0000 (10:41 -0400)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 14:41:55 +0000 (16:41 +0200)
commit4fc1354aeb6b217cd18dbdb2a0c41373fa9d8056
treedab823442cc4c13d19254e0d94e1cecc6660b67e
parentd0e06b53b09248be34c1d5c0fa8f050bff1d201c
Speed up test suite via distributed testing (#2196)

* Speed up test suite via distributed testing

Since we now run the test suite twice, one with Python 2 and another
without, full test runs are getting pretty slow. Let's try to
fix that with parallization.

Also use verbose mode on CI since more logs is usually better since
getting more is quite literally impossible.

The main issue we'll face with this is we'll hit
https://github.com/pytest-dev/pytest-xdist/issues/620 sometimes
(although pretty rarely). I suppose we can test this and see if how bad
this bug is for us, and revert if necessary down the line.

Also let's have some colours :tada:
.coveragerc
.github/workflows/test.yml
test_requirements.txt
tox.ini