mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
make: remove redundant job dependencies
This commit is contained in:
parent
07b59f069d
commit
9a5e943842
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -258,9 +258,9 @@ run-itest-only:
|
|||
|
||||
itest-only: build-itest install-backward-compat-versions run-itest-only
|
||||
|
||||
itest: app-build build-itest itest-only
|
||||
itest: app-build itest-only
|
||||
|
||||
itest-no-backward-compat: app-build build-itest build-itest run-itest-only
|
||||
itest-no-backward-compat: app-build build-itest run-itest-only
|
||||
|
||||
itest-parallel: app-build build-itest install-backward-compat-versions build-itest-binary
|
||||
@$(call print, "Running integration tests in parallel.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue