Describe about skipping ExternalDBTests which require docker

This commit is contained in:
Naoki Takezoe
2019-01-15 22:06:49 +09:00
parent 0f880143e3
commit 01c60a2faa

View File

@@ -53,3 +53,9 @@ To run the full series of tests, run the following command:
```shell ```shell
$ sbt test $ sbt test
``` ```
If you don't have docker, you can skip docker tests which require docker as follows:
```shell
$ sbt "testOnly * -- -l ExternalDBTest"
```