Do not run test verbose on AppVeyor
This commit is contained in:
parent
882214982d
commit
1e40295e88
10
appveyor.yml
10
appveyor.yml
|
@ -12,8 +12,8 @@ build_script:
|
|||
- go version
|
||||
|
||||
test_script:
|
||||
- go test -v .
|
||||
- go test -v ./filestore
|
||||
- go test -v ./limitedstore
|
||||
- go test -v ./memorylicker
|
||||
- go test -v ./s3store
|
||||
- go test .
|
||||
- go test ./filestore
|
||||
- go test ./limitedstore
|
||||
- go test ./memorylocker
|
||||
- go test ./s3store
|
||||
|
|
Loading…
Reference in New Issue