From 4fe5a132391ee7a58d3b982145dde3883bc8ea75 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 27 Jun 2019 01:32:39 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index deb01382a5..b0d843d4e7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ jobs: cd compiler && make displayName: 'Build V' - script: | - make test + cd compiler && make test displayName: 'Run Tests' - job: WindowsBuild pool: