clojure-emacs / refactor-nrepl

nREPL middleware to support refactorings in an editor agnostic way
Eclipse Public License 1.0
257 stars 69 forks source link

Always use mranderson without parallelism #364

Closed vemv closed 2 years ago

vemv commented 2 years ago

About 10 or 20% of CI jobs were failing due to parallelism, which meant that one often had to manually restart builds which would delay releases, etc.

CI runtimes aren't much slower:

Before

image

After

image