From 889d184af7d22ced30842eb35a17cda8b7ae2aa1 Mon Sep 17 00:00:00 2001 From: Mark Bates Date: Tue, 5 Nov 2019 15:09:28 -0500 Subject: [PATCH] prime the mod cache --- azure-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-tests.yml b/azure-tests.yml index eea5822..d06d203 100644 --- a/azure-tests.yml +++ b/azure-tests.yml @@ -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)"