mirror of https://github.com/v2ray/v2ray-core
Update azure-pipelines.template.yml
parent
3507f39677
commit
2ef709997b
|
@ -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…
Reference in New Issue