script/localtests is a separate test

This commit is contained in:
Shlomi Noach 2018-02-20 15:53:30 +02:00
parent 482a521253
commit a2a06ad67f
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,9 @@ before_install:
install: true
script: script/cibuild
script:
- script/cibuild
- script/localtests
notifications:
email: false

View File

@ -15,5 +15,3 @@ cd .gopath/src/github.com/github/gh-ost
echo "Running unit tests"
go test ./go/...
. script/localtests