mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +00:00
Improve Makefile
This commit is contained in:
@@ -14,7 +14,8 @@ protoc:
|
|||||||
install:
|
install:
|
||||||
go install github.com/tendermint/abci/cmd/...
|
go install github.com/tendermint/abci/cmd/...
|
||||||
|
|
||||||
test:
|
# test.sh requires that we run the installed cmds, must not be out of date
|
||||||
|
test: install
|
||||||
find . -name test.sock -exec rm {} \;
|
find . -name test.sock -exec rm {} \;
|
||||||
go test -p 1 `${NOVENDOR}`
|
go test -p 1 `${NOVENDOR}`
|
||||||
bash tests/test.sh
|
bash tests/test.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user