From cd2c64480de2cb56de4a8c08c18f58f9c1186b9b Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Tue, 30 May 2023 18:36:26 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a29058bce..08f9765fe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -120,6 +120,8 @@ jobs: cmake --build . --config Release ls cp lib/*.dll ctest + cp lib/*.dll test + ls test ctest ctest --rerun-failed --output-on-failure