Specify packages to test for AppVeyor

This commit is contained in:
Marius 2016-01-17 15:47:48 +01:00
parent 3a305424df
commit b67b303594
1 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,10 @@ build_script:
- set GO15VENDOREXPERIMENT=1
- go env
- go version
- move c:\projects\go\src\github.com\tus\tusd\vendor\* c:\projects\go\src\
test_script:
- go test -v ./...
- go test -v .
- go test -v ./filestore
- go test -v ./limitedstore
- go test -v ./memorylicker
- go test -v ./s3store