Recommend (make check) instead of (make test-integration)

... so that we also run validate-* and unit tests.
This commit is contained in:
Miloslav Trmač
2016-06-11 03:20:27 +02:00
parent d947d90bf7
commit 29d189b581

View File

@@ -112,7 +112,7 @@ Tests
- -
_You need Docker installed on your system in order to run the test suite_ _You need Docker installed on your system in order to run the test suite_
```sh ```sh
$ make test-integration $ make check
``` ```
TODO TODO
- -