mirror of
https://github.com/boldsuck/haveno.git
synced 2024-12-22 12:09:22 +00:00
init localnet with make skip-tests
This commit is contained in:
parent
50d8346d48
commit
0f3b835abc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ haveno:
|
|||
./gradlew build
|
||||
|
||||
# build haveno without tests
|
||||
skip-tests:
|
||||
skip-tests: localnet
|
||||
./gradlew build -x test
|
||||
|
||||
# quick build desktop and daemon apps without tests
|
||||
|
|
Loading…
Reference in a new issue