We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49d5db4 commit b8f716cCopy full SHA for b8f716c
Makefile
@@ -258,9 +258,9 @@ run-itest-only:
258
259
itest-only: build-itest install-backward-compat-versions run-itest-only
260
261
-itest: app-build build-itest itest-only
+itest: app-build itest-only
262
263
-itest-no-backward-compat: app-build build-itest build-itest run-itest-only
+itest-no-backward-compat: app-build build-itest run-itest-only
264
265
itest-parallel: app-build build-itest install-backward-compat-versions build-itest-binary
266
@$(call print, "Running integration tests in parallel.")
0 commit comments