This diff removes the explicit call to bitcoin-util-test.py which is
already run by make check.
It also adds the -j option to make check. Tested on my machine this
resulted in a ~25% average time improvement.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING463c4d9d59ea: [CI] Improve performance when running the tests
rABC463c4d9d59ea: [CI] Improve performance when running the tests
./build.sh # builds and runs tests
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Also consider making a similar change for build-secp2561k1.sh, though the impact will be much less noticeable I think.