mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-04 15:17:02 +00:00
update make test
This commit is contained in:
@@ -10,6 +10,7 @@ install: get_deps
|
||||
|
||||
test:
|
||||
go test github.com/tendermint/tmsp/...
|
||||
bash tests/test_counter/test.sh
|
||||
|
||||
get_deps:
|
||||
go get -d github.com/tendermint/tmsp/...
|
||||
|
||||
+1
-2
@@ -20,5 +20,4 @@ dependencies:
|
||||
|
||||
test:
|
||||
override:
|
||||
- "cd $REPO && go test ./..."
|
||||
- "cd $REPO && bash tests/test_counter/test.sh"
|
||||
- "cd $REPO && make test"
|
||||
|
||||
@@ -10,4 +10,5 @@ COUNTER_APP="counter" go run test_counter.go
|
||||
COUNTER_APP="counter -tmsp=grpc" go run test_counter.go -tmsp=grpc
|
||||
|
||||
# test nodejs counter
|
||||
# TODO: fix node app
|
||||
#COUNTER_APP="node $GOPATH/src/github.com/tendermint/js-tmsp/example/app.js" go run test_counter.go
|
||||
|
||||
Reference in New Issue
Block a user