run tests for windows on arm build (#21214)

This commit is contained in:
Alan Ren
2022-11-11 23:49:38 -08:00
committed by GitHub
parent 66dc7deca3
commit fa8d3bf0cf

View File

@@ -123,7 +123,6 @@ stages:
- job: Windows_ARM64
variables:
VSCODE_ARCH: arm64
RUN_TESTS: false # Do not run tests for arm64 build
condition: and(succeeded(), eq(variables['VSCODE_BUILD_WIN32_ARM64'], 'true'))
steps:
- template: win32/sql-product-build-win32.yml