gofmt testing
- more verbose on intended tests
This commit is contained in:
parent
b7e20b08da
commit
40b1d9a319
@ -4,9 +4,14 @@ set -e
|
|||||||
|
|
||||||
. script/bootstrap
|
. script/bootstrap
|
||||||
|
|
||||||
|
echo "Verifying code is formatted via 'gofmt -s -w go/'"
|
||||||
|
gofmt -s -w go/
|
||||||
|
git diff --exit-code --quiet
|
||||||
|
|
||||||
|
echo "Building"
|
||||||
script/build
|
script/build
|
||||||
|
|
||||||
export GITBACKUPS_ENV=test
|
|
||||||
|
|
||||||
cd .gopath/src/github.com/github/gh-ost
|
cd .gopath/src/github.com/github/gh-ost
|
||||||
|
|
||||||
|
echo "Running unit tests"
|
||||||
go test ./go/...
|
go test ./go/...
|
||||||
|
Loading…
Reference in New Issue
Block a user