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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment