mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-11 14:33:52 +00:00
fix test
This commit is contained in:
parent
1a360aeb9e
commit
e69fe6743f
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue