mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-04 01:53:49 +01:00
BUILD: mention that Docker is needed for tests (#1358)
This commit is contained in:
parent
0064aaedc3
commit
8932785e00
1 changed files with 3 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
@ -18,6 +18,8 @@ To build the project and run the tests, simply run:
|
||||||
mvn package
|
mvn package
|
||||||
```
|
```
|
||||||
|
|
||||||
|
NB: some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
|
||||||
|
|
||||||
### Other build options
|
### Other build options
|
||||||
|
|
||||||
To skip all tests, run:
|
To skip all tests, run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue