From c89950471f9d81513dff14ee429f2dc48a260a06 Mon Sep 17 00:00:00 2001 From: johnoel Date: Wed, 24 Feb 2021 15:18:34 -1000 Subject: [PATCH] Change targets for azure testing. --- .github/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/azure-pipelines.yml b/.github/azure-pipelines.yml index fb3888152..256f7546d 100644 --- a/.github/azure-pipelines.yml +++ b/.github/azure-pipelines.yml @@ -140,7 +140,7 @@ jobs: - script: make DEBUG=yes - script: make zip DEBUG=yes - script: make --directory=scripts/installers/packagemaker DEBUG=yes - - script: make verify DEBUG=yes TESTS_REMOTE=no SAFE_ONLY=yes + - script: make --directory=tests DEBUG=yes SAFE_ONLY=yes tests-core gtests - task: CopyFiles@2 inputs: contents: |