mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-20 22:26:15 +00:00
run tests from bash script
This commit is contained in:
@@ -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