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'