Merge pull request #3 from jdkanani/bor-test-changes

Test changes
This commit is contained in:
Jaynti Kanani 2020-11-20 11:29:41 +05:30 committed by GitHub
commit b8c1fd2916
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,9 @@ ios:
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
test: all
$(GORUN) build/ci.go test
# $(GORUN) build/ci.go test
go test github.com/ethereum/go-ethereum/consensus/bor
go test github.com/ethereum/go-ethereum/tests/bor
lint: ## Run linters.
$(GORUN) build/ci.go lint