From 7d9a878a9d4b08423f593d56f90df4265ee0eb70 Mon Sep 17 00:00:00 2001 From: daan Date: Sat, 5 Sep 2020 12:38:25 -0700 Subject: [PATCH] test stress in windows pipeline --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 68c150df..397dffe1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,8 @@ jobs: # cd $(BuildType) # ctest --verbose --timeout 120 # displayName: CTest + - script: $(BuildType)\$(BuildType)\mimalloc-test-stress + displayName: TestStress #- upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-windows-$(BuildType)