mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +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:
|
||||
- checkout # check out source code to working directory
|
||||
- run:
|
||||
command: make bor
|
||||
command: make all
|
||||
- run:
|
||||
command: make test
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue