diff --git a/.circleci/config.yml b/.circleci/config.yml
index 39242f496cf48f32c01fbe21b42b00f7157935b5..856a79507beae1b8ab2f6607371e3a44098f1203 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -15,6 +15,6 @@ jobs:
     steps:
       - checkout # check out source code to working directory
       - run:
-          command: make bor
+          command: make all
       - run:
           command: make test
diff --git a/Makefile b/Makefile
index 5cd23bbe5e3230673b35798f447096fc129e9e28..ab2b52aa1294f2436a10a39da4234d4e2babc4e4 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ ios:
 	@echo "Import \"$(GOBIN)/bor.framework\" to use the library."
 
 test: bor
-	go test github.com/maticnetwork/bor/consensus/bor_test
+	go test github.com/maticnetwork/bor/consensus/bor/bor_test
 
 lint: ## Run linters.
 	$(GORUN) build/ci.go lint