From 14936e8ee82806e92161c47b4cf2c3ab2d41fac4 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 26 Jun 2019 20:59:14 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7d0840f17f..48ca5738ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,9 @@ jobs: - script: | cd compiler && make && make test displayName: 'Build V' + - script: | + make test + displayName: 'Run Tests' - job: WindowsBuild pool: vmImage: 'vs2017-win2016'