From 69178ed6a25605bb71b88006f7928322658b7f18 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 18 Jan 2019 16:42:22 +0100 Subject: [PATCH] run test on darwin --- azure-pipelines.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.template.yml b/azure-pipelines.template.yml index ed80391e..9166df56 100644 --- a/azure-pipelines.template.yml +++ b/azure-pipelines.template.yml @@ -30,7 +30,7 @@ jobs: go test -p 1 -timeout 30m -v v2ray.com/core/... workingDirectory: '$(system.defaultWorkingDirectory)' displayName: 'Test' - condition: in(variables['Agent.OS'], 'Windows_NT') + condition: in(variables['Agent.OS'], 'Windows_NT', 'Darwin') - task: PublishTestResults@2 condition: in(variables['Agent.OS'], 'Linux') inputs: