From 441b2419e5a654754d6df644d52eb91c21b37a06 Mon Sep 17 00:00:00 2001
From: Jaynti Kanani <jdkanani@gmail.com>
Date: Fri, 20 Nov 2020 11:28:08 +0530
Subject: [PATCH] fix: bor testcases

---
 Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 48e7f3452..273bc2677 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,9 @@ ios:
 	@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
 
 test: all
-	$(GORUN) build/ci.go test
+	# $(GORUN) build/ci.go test
+	go test github.com/ethereum/go-ethereum/consensus/bor
+	go test github.com/ethereum/go-ethereum/tests/bor
 
 lint: ## Run linters.
 	$(GORUN) build/ci.go lint
-- 
GitLab