From 0f3b835abcde11f61f1a96c9ac5af9c6f2503bff Mon Sep 17 00:00:00 2001 From: woodser Date: Fri, 8 Jul 2022 10:52:48 -0400 Subject: [PATCH] init localnet with `make skip-tests` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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