From 01c60a2faa162d14d4604b8fd322082b1a5e3f83 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 15 Jan 2019 22:06:49 +0900 Subject: [PATCH] Describe about skipping ExternalDBTests which require docker --- doc/build.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/build.md b/doc/build.md index 973643367..d508b5099 100644 --- a/doc/build.md +++ b/doc/build.md @@ -53,3 +53,9 @@ To run the full series of tests, run the following command: ```shell $ sbt test ``` + +If you don't have docker, you can skip docker tests which require docker as follows: + +```shell +$ sbt "testOnly * -- -l ExternalDBTest" +``` \ No newline at end of file