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)"
|
mv !(gopath) "$(modulePath)"
|
||||||
displayName: "Setup Go Workspace"
|
displayName: "Setup Go Workspace"
|
||||||
- script: |
|
- script: |
|
||||||
|
go get github.com/gobuffalo/buffalo
|
||||||
go get -t -v ./...
|
go get -t -v ./...
|
||||||
go test -race ./...
|
go test -race ./...
|
||||||
workingDirectory: "$(modulePath)"
|
workingDirectory: "$(modulePath)"
|
||||||
|
|
Loading…
Reference in New Issue