Skip to content

Makefile: Do not parallelize verify step

John Cai requested to merge jc/deparallelize-verify-jobs into master

Parallelizing the verify step causes the error output to be buried within other output, making it hard to read. De-parallelizing it will cause us to take a latency hit, and it will fail on the first failure--but the benefit is it will be easier to read the error.

Merge request reports

Loading