mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-09 22:03:30 +02:00
make: build lnd-itest before flakehunting
This commit is contained in:
2
Makefile
2
Makefile
@@ -151,7 +151,7 @@ travis-cover: btcd lint unit-cover goveralls
|
|||||||
# FLAKE HUNTING
|
# FLAKE HUNTING
|
||||||
# =============
|
# =============
|
||||||
|
|
||||||
flakehunter: build
|
flakehunter: build-itest
|
||||||
@$(call print, "Flake hunting integration tests.")
|
@$(call print, "Flake hunting integration tests.")
|
||||||
while [ $$? -eq 0 ]; do $(ITEST); done
|
while [ $$? -eq 0 ]; do $(ITEST); done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user