From a6ec46a031aadd242db1e0ae00f1f6adabefbb45 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Tue, 31 Oct 2017 15:05:53 -0700 Subject: [PATCH] Update README.md to include all tests --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb74b8248..7cef58db9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ docker run \ replicatedcom/support-bundle generate ``` +### Unit tests +- run with `make test` ### Integration tests - ginkgo suite at tests/ginkgo -- run with `make integration-test` - - +- run with `make integration-test integration-test-docker`