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