mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-01 19:10:59 +02:00
Merge pull request #5542 from bhandras/itest-race
build: add itest-race build target to catch data races with itests
This commit is contained in:
@ -7,11 +7,14 @@ addholdinvoice call](https://github.com/lightningnetwork/lnd/pull/5533).
|
||||
|
||||
# Build System
|
||||
|
||||
[A new pre-submit check has been
|
||||
added](https://github.com/lightningnetwork/lnd/pull/5520) to ensure that all
|
||||
PRs ([aside from merge
|
||||
commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in
|
||||
the release notes folder that at leasts links to PR being added.
|
||||
* [A new pre-submit check has been
|
||||
added](https://github.com/lightningnetwork/lnd/pull/5520) to ensure that all
|
||||
PRs ([aside from merge
|
||||
commits](https://github.com/lightningnetwork/lnd/pull/5543)) add an entry in
|
||||
the release notes folder that at leasts links to PR being added.
|
||||
|
||||
* [A new build target itest-race](https://github.com/lightningnetwork/lnd/pull/5542)
|
||||
to help uncover undetected data races with our itests.
|
||||
|
||||
# Misc
|
||||
|
||||
|
Reference in New Issue
Block a user