This commit is contained in:
Jaynti Kanani 2020-03-20 19:12:16 +05:30
parent 1a360aeb9e
commit e69fe6743f
No known key found for this signature in database
GPG key ID: 4396982C976BAE5E
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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