From 55c78b67b8fa08625d684e2fa2f6e3573f9eb4be Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 26 Jun 2019 20:54:47 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 14251b3a3d..7d0840f17f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ jobs: - script: | displayName: 'Install Dependencies' - script: | - cd compiler && make + cd compiler && make && make test displayName: 'Build V' - job: WindowsBuild pool: @@ -21,5 +21,5 @@ jobs: - script: | displayName: 'Install Dependencies' - script: | - cd compiler && make + cd compiler && make && make test displayName: 'Build V'