Skip to content

Commit

Permalink
Update build instructions for front (#1658)
Browse files Browse the repository at this point in the history
It seems like we need to compile eclair-core's tests for the front
(but we don't require running them).

Fixes #1657
  • Loading branch information
t-bast committed Jan 6, 2021
1 parent 629c2e6 commit b477d17
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mvn package
```

Notes:

- This command will build all modules (core, node, gui).
- If the build fails, you may need to clean previously built artifacts with the `mvn clean` command.
- Some of the tests use [Docker](https://www.docker.com/), so make sure your docker daemon is running.
Expand All @@ -32,12 +33,6 @@ Running tests takes time. If you want to skip them, use `-DskipTests`:
mvn package -DskipTests
```

You can even skip the tests compilation with `maven.test.skip`:

```shell
mvn package -Dmaven.test.skip=true
```

### Run tests

To only run the tests, run:
Expand Down

0 comments on commit b477d17

Please sign in to comment.