mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
run tests from bash script
This commit is contained in:
12
test/test.sh
12
test/test.sh
@ -1,4 +1,16 @@
|
||||
#! /bin/bash
|
||||
|
||||
cd $GOPATH/src/github.com/tendermint/go-rpc
|
||||
|
||||
# get deps
|
||||
go get -u -t ./...
|
||||
|
||||
# go tests
|
||||
go test --race github.com/tendermint/go-rpc/...
|
||||
|
||||
|
||||
# integration tests
|
||||
cd test
|
||||
set -e
|
||||
|
||||
go build -o server main.go
|
||||
|
Reference in New Issue
Block a user