Browse Source

Update azure-pipelines.template.yml

pull/2561/head
rprx 5 years ago committed by GitHub
parent
commit
2ef709997b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      azure-pipelines.template.yml

2
azure-pipelines.template.yml

@ -9,7 +9,7 @@ jobs:
- checkout: self - checkout: self
- task: GoTool@0 - task: GoTool@0
inputs: inputs:
version: '1.13' version: '1.14'
- script: | - script: |
go test -p 1 -v -timeout 30m ./... go test -p 1 -v -timeout 30m ./...
workingDirectory: '$(Build.SourcesDirectory)' workingDirectory: '$(Build.SourcesDirectory)'

Loading…
Cancel
Save