mirror of https://github.com/v2ray/v2ray-core
Output Build Diagnose Information for common/buf
parent
ab734056da
commit
2a27093144
|
@ -14,3 +14,8 @@ jobs:
|
||||||
go test -p 1 -v -timeout 30m ./...
|
go test -p 1 -v -timeout 30m ./...
|
||||||
workingDirectory: '$(Build.SourcesDirectory)'
|
workingDirectory: '$(Build.SourcesDirectory)'
|
||||||
displayName: 'Test'
|
displayName: 'Test'
|
||||||
|
|
||||||
|
- script: |
|
||||||
|
go build ./common/buf
|
||||||
|
workingDirectory: '$(Build.SourcesDirectory)'
|
||||||
|
displayName: 'Test Buf error'
|
||||||
|
|
Loading…
Reference in New Issue