summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index 018c453ad..9e7ae4577 100644
--- a/test/README.md
+++ b/test/README.md
@@ -57,3 +57,12 @@ make integration.fedora
This will run lint, git-validation, and gofmt tests and then execute unit and integration
tests as well.
+
+### Run tests in a container
+In case you have issue running the tests locally on your machine, you can run
+them in a container:
+```
+make shell
+```
+
+This will run a container and give you a shell and you can follow the instructions above.