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 //... ```