prime the mod cache

This commit is contained in:
Mark Bates 2019-11-05 15:09:28 -05:00
parent e7599507eb
commit 889d184af7
1 changed files with 1 additions and 0 deletions

View File

@ -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)"