Install dependencies on Appveyor
This commit is contained in:
parent
1bf1c942e0
commit
75381338ae
|
@ -10,10 +10,13 @@ install:
|
|||
build_script:
|
||||
- go env
|
||||
- go version
|
||||
- go get ./s3store
|
||||
- go get ./consullocker
|
||||
|
||||
test_script:
|
||||
- go test .
|
||||
- go test ./filestore
|
||||
- go test ./limitedstore
|
||||
- go test ./memorylocker
|
||||
- go test ./consullocker
|
||||
- go test ./s3store
|
||||
|
|
Loading…
Reference in New Issue