build: run all tests after initial build
This commit is contained in:
parent
a75b56ce77
commit
c69661f2a5
@ -10,3 +10,4 @@ install:
|
|||||||
script:
|
script:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- export GO15VENDOREXPERIMENT=1
|
- export GO15VENDOREXPERIMENT=1
|
||||||
|
- go test -v ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user