From e69fe6743f0d622b2ee7872134fa17b196c0b433 Mon Sep 17 00:00:00 2001 From: Jaynti Kanani <jdkanani@gmail.com> Date: Fri, 20 Mar 2020 19:12:16 +0530 Subject: [PATCH] fix test --- .circleci/config.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 39242f496..856a79507 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 5cd23bbe5..ab2b52aa1 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 -- GitLab