Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
0a877f5712
commit
477c4f1a7e
1 changed files with 0 additions and 5 deletions
|
@ -29,11 +29,6 @@ steps:
|
|||
|
||||
- script: |
|
||||
go version
|
||||
go get -v -t -d ./...
|
||||
if [ -f Gopkg.toml ]; then
|
||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
dep ensure
|
||||
fi
|
||||
go test -v ./...
|
||||
workingDirectory: '$(modulePath)'
|
||||
displayName: 'Get dependencies, then build'
|
||||
|
|
Loading…
Add table
Reference in a new issue