script/localtests is a separate test
This commit is contained in:
parent
482a521253
commit
a2a06ad67f
@ -22,7 +22,9 @@ before_install:
|
|||||||
|
|
||||||
install: true
|
install: true
|
||||||
|
|
||||||
script: script/cibuild
|
script:
|
||||||
|
- script/cibuild
|
||||||
|
- script/localtests
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
@ -15,5 +15,3 @@ cd .gopath/src/github.com/github/gh-ost
|
|||||||
|
|
||||||
echo "Running unit tests"
|
echo "Running unit tests"
|
||||||
go test ./go/...
|
go test ./go/...
|
||||||
|
|
||||||
. script/localtests
|
|
||||||
|
Loading…
Reference in New Issue
Block a user