Skip to content

Disable parallel jobs when running "make -j check".

Vincent Lefèvre requested to merge vinc17/reposurgeon:parallel-make into master

A parallel "make check" yields failures. The Makefile will run subtests in parallel, thus does not need parallel jobs at the top level anyway.

Merge request reports