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
- Branch
- teamcity_speedup_tests
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5329 Build 8720: Bitcoin ABC Buildbot (legacy) Build 8719: arc lint + arc unit
Event Timeline
Comment Actions
Also consider making a similar change for build-secp2561k1.sh, though the impact will be much less noticeable I think.