Skip to content

Commit b492be8

Browse files
committed
make: remove redundant job dependencies
1 parent c2b0190 commit b492be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ run-itest-only:
258258

259259
itest-only: build-itest install-backward-compat-versions run-itest-only
260260

261-
itest: app-build build-itest itest-only
261+
itest: app-build itest-only
262262

263-
itest-no-backward-compat: app-build build-itest build-itest run-itest-only
263+
itest-no-backward-compat: app-build build-itest run-itest-only
264264

265265
itest-parallel: app-build build-itest install-backward-compat-versions build-itest-binary
266266
@$(call print, "Running integration tests in parallel.")

0 commit comments

Comments
 (0)