aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4765fb35..252a5bb0d 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ios:
@echo "Done building."
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
-test: all
+test: all libbls
build/env.sh go run build/ci.go test
lint: ## Run linters.