forked from mirror/pkger
prime the mod cache
This commit is contained in:
parent
e7599507eb
commit
889d184af7
|
@ -13,6 +13,7 @@ steps:
|
|||
mv !(gopath) "$(modulePath)"
|
||||
displayName: "Setup Go Workspace"
|
||||
- script: |
|
||||
go get github.com/gobuffalo/buffalo
|
||||
go get -t -v ./...
|
||||
go test -race ./...
|
||||
workingDirectory: "$(modulePath)"
|
||||
|
|
Loading…
Reference in New Issue