We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030c518 commit e478ffcCopy full SHA for e478ffc
ado/build_test.yaml
@@ -15,15 +15,16 @@ steps:
15
- task: Go@0
16
inputs:
17
command: 'get'
18
- arguments: '-d'
+ arguments: '-d -v -t -d ./...'
19
workingDirectory: '$(System.DefaultWorkingDirectory)'
20
21
22
command: 'build'
23
+ arguments: './apps/...'
24
-- task: CopyFiles@2
25
- inputs:
26
- TargetFolder: '$(Build.ArtifactStagingDirectory)'
27
-- task: PublishBuildArtifacts@1
+- task: Go@0
28
29
- artifactName: drop
+ command: 'test'
+ arguments: '-race -short ./apps/cache/... ./apps/confidential/... ./apps/public/... ./apps/internal/...'
+ workingDirectory: '$(System.DefaultWorkingDirectory)'
30
+
0 commit comments