From 0770d0169089e63fce3d6439578057ddc258d43d Mon Sep 17 00:00:00 2001 From: xiangpengzhao Date: Wed, 26 Jul 2017 10:54:37 +0800 Subject: [PATCH] Update bazel.md: adding "bazel-test-integration" --- contributors/devel/bazel.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors/devel/bazel.md b/contributors/devel/bazel.md index 8662d984fdc..fc99d775c06 100644 --- a/contributors/devel/bazel.md +++ b/contributors/devel/bazel.md @@ -9,6 +9,7 @@ Several `make` rules have been created for common operations: * `make bazel-build`: builds all binaries in tree * `make bazel-test`: runs all unit tests +* `make bazel-test-integration`: runs all integration tests * `make bazel-release`: builds release tarballs, Docker images (for server components), and Debian images