github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/ci/cli/tasks/units-windows.bat (about) 1 SET GOPATH=%CD%\gopath 2 SET PATH=C:\Go\bin;C:\Program Files\Git\cmd\;%GOPATH%\bin;%PATH% 3 4 cd %GOPATH%\src\code.cloudfoundry.org\cli 5 6 powershell -command set-executionpolicy remotesigned 7 8 go version 9 10 go get -u github.com/onsi/ginkgo/ginkgo 11 12 ginkgo version 13 14 ginkgo -r -race -randomizeAllSpecs -randomizeSuites -skipPackage integration -flakeAttempts=2 .