Shorten command to run tests Less typing is better :-) Also, it helps a bit to dedupe, as it removes the plugin name in one place. Change-Id: Ib500a470bfde53df25bab8031ca8a8d7a1db244d
diff --git a/src/main/resources/Documentation/build.md b/src/main/resources/Documentation/build.md index cf2c694..a90457c 100644 --- a/src/main/resources/Documentation/build.md +++ b/src/main/resources/Documentation/build.md
@@ -32,7 +32,7 @@ To execute the tests run: ``` - bazel test plugins/@PLUGIN@:its_phabricator_tests + bazel test plugins/@PLUGIN@:all ``` [Back to @PLUGIN@ documentation index][index]