File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 88- task : GoTool@0
99 inputs :
1010 version : ' 1.22.3'
11- - task : PowerShell@2
12- inputs :
13- targetType : ' inline'
14- script : ' get-childitem'
1511- task : Go@0
1612 inputs :
1713 command : ' get'
1814 arguments : ' -d -v -t -d ./...'
1915 workingDirectory : ' $(System.DefaultWorkingDirectory)'
16+ displayName : " Install dependencies"
2017- task : Go@0
2118 inputs :
2219 command : ' build'
2320 arguments : ' ./apps/...'
2421 workingDirectory : ' $(System.DefaultWorkingDirectory)'
22+ displayName : " Build"
2523- task : Go@0
26- inputs :
24+ inputs :
2725 command : ' test'
2826 arguments : ' -race -short ./apps/cache/... ./apps/confidential/... ./apps/public/... ./apps/internal/...'
2927 workingDirectory : ' $(System.DefaultWorkingDirectory)'
28+ displayName : " Run Unit Tests"
29+
30+ - task : Go@0
31+ inputs :
32+ command : ' test'
33+ arguments : ' -race ./apps/tests/integration/...'
34+ workingDirectory : ' $(System.DefaultWorkingDirectory)'
35+ displayName : " Run Integration Tests"
36+
3037
You can’t perform that action at this time.
0 commit comments