good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit e69fe674 authored by Jaynti Kanani's avatar Jaynti Kanani
Browse files

fix test

parent 1a360aeb
Branches
Tags
No related merge requests found
...@@ -15,6 +15,6 @@ jobs: ...@@ -15,6 +15,6 @@ jobs:
steps: steps:
- checkout # check out source code to working directory - checkout # check out source code to working directory
- run: - run:
command: make bor command: make all
- run: - run:
command: make test command: make test
...@@ -33,7 +33,7 @@ ios: ...@@ -33,7 +33,7 @@ ios:
@echo "Import \"$(GOBIN)/bor.framework\" to use the library." @echo "Import \"$(GOBIN)/bor.framework\" to use the library."
test: bor test: bor
go test github.com/maticnetwork/bor/consensus/bor_test go test github.com/maticnetwork/bor/consensus/bor/bor_test
lint: ## Run linters. lint: ## Run linters.
$(GORUN) build/ci.go lint $(GORUN) build/ci.go lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment