mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-18 19:41:21 +02:00
Makefile: ensure submodules are linted, covered, and tested
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DEV_TAGS = dev
|
||||
LOG_TAGS =
|
||||
TEST_FLAGS =
|
||||
COVER_PKG = $$(go list ./... | grep -v lnrpc)
|
||||
COVER_PKG = $$(go list -deps ./... | grep '$(PKG)' | grep -v lnrpc)
|
||||
|
||||
# If specific package is being unit tested, construct the full name of the
|
||||
# subpackage.
|
||||
|
Reference in New Issue
Block a user