diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f338a5d98dd..0f2fee6a234 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -195,14 +195,14 @@ jobs: setupCmd2: '' setupCmd3: '' bindings: '$(cmakePy)' - runTests: 'False' + runTests: 'True' x64: arch: 'x64' setupCmd1: 'julia -e "using Pkg; Pkg.add(PackageSpec(name=\"libcxxwrap_julia_jll\", version=\"0.7.0\"))"' setupCmd2: 'julia -e "using libcxxwrap_julia_jll; print(dirname(libcxxwrap_julia_jll.libcxxwrap_julia_path))" > tmp.env' setupCmd3: 'set /P JlCxxDir=