make: build lnd-itest before flakehunting
This commit is contained in:
parent
6ae55168b8
commit
4cbc6e6e07
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user