diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ef2a8a..3f7d5c5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,8 +45,3 @@ extends: inputs: command: 'build' workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops' - - task: Go@0 - inputs: - command: 'test' - arguments: '-v' - workingDirectory: '$(System.DefaultWorkingDirectory)/azuredevops'