gh-ost/script/cibuild
2016-10-26 19:55:37 +02:00

13 lines
140 B
Bash
Executable File

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