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'