diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d31acc2d..4f21b8da 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,6 @@ jobs: - script: make -j$(nproc) -C $(BuildType) - script: make test -C $(BuildType) - failOnStderr: true - upload: $(Build.SourcesDirectory)/$(BuildType) artifact: ubuntu-$(BuildType)