- 'make check' in parallel, since the log will take care of clean output
- 'make check' verbose, so that test failure causes aren't hidden
Fixes: #8071
Edit:
This should print additional info such as:
FAIL: test/test_bitcoin
=======================
Running 187 test cases...
test/amount_tests.cpp(18): error in "GetFeeTest": check feeRate.GetFee(0) == 1 failed [0 != 1]
FAIL test/test_bitcoin (exit status: 201)