Skip to content

Commit

Permalink
Update build_test.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed May 9, 2024
1 parent 030c518 commit e478ffc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ado/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ steps:
- task: Go@0
inputs:
command: 'get'
arguments: '-d'
arguments: '-d -v -t -d ./...'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- task: Go@0
inputs:
command: 'build'
arguments: './apps/...'
workingDirectory: '$(System.DefaultWorkingDirectory)'
- task: CopyFiles@2
inputs:
TargetFolder: '$(Build.ArtifactStagingDirectory)'
- task: PublishBuildArtifacts@1
- task: Go@0
inputs:
artifactName: drop
command: 'test'
arguments: '-race -short ./apps/cache/... ./apps/confidential/... ./apps/public/... ./apps/internal/...'
workingDirectory: '$(System.DefaultWorkingDirectory)'

0 comments on commit e478ffc

Please sign in to comment.