gh-ost/script/cibuild

13 lines
140 B
Plaintext
Raw Normal View History

#!/bin/bash
set -e
. script/bootstrap
script/build
export GITBACKUPS_ENV=test
cd .gopath/src/github.com/github/gh-ost
go test ./go/...