From a306f58c9ea62975e316c86acd5dc50044cf3a79 Mon Sep 17 00:00:00 2001 From: Jamison Lahman Date: Fri, 19 Nov 2021 10:43:58 -0800 Subject: [PATCH] clarify integration tests instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3626946..7a7311f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ Feel free to take a look at the `WORKSPACE` file to see how your workspace file should look like and at `tests/BUILD.bazel` to see a sample build file. To run the integration tests, change to the `integration/` directory and run, + ```console +cd integration bazel test //... ```