From 29d189b581042b6842b16a7c6f8377e33ef36e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Sat, 11 Jun 2016 03:20:27 +0200 Subject: [PATCH] Recommend (make check) instead of (make test-integration) ... so that we also run validate-* and unit tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dae082a8..5889dda3 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Tests - _You need Docker installed on your system in order to run the test suite_ ```sh -$ make test-integration +$ make check ``` TODO -