diff --git a/Makefile b/Makefile index 226bfe938c..93277a0fce 100644 --- a/Makefile +++ b/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