mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03:45 +00:00
commit
b8c1fd2916
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -46,7 +46,9 @@ ios:
|
||||||
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
|
@echo "Import \"$(GOBIN)/Geth.framework\" to use the library."
|
||||||
|
|
||||||
test: all
|
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.
|
lint: ## Run linters.
|
||||||
$(GORUN) build/ci.go lint
|
$(GORUN) build/ci.go lint
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue