From 9f3c07aa809487bc094b8d2b2e94d3f93a9627fa Mon Sep 17 00:00:00 2001 From: Phil Hoffmann Date: Thu, 7 Dec 2023 15:48:00 +0100 Subject: [PATCH] Changed windows ci to repeat failed tests since some of them are flaky --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4163a66..5f330f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: cp .\cget\**\*.dll .\bin\RelWithDebInfo\ ls bin ls bin\RelWithDebInfo - ctest -C RelWithDebInfo --verbose + ctest -C RelWithDebInfo --output-on-failure --repeat until-pass:5 - name: Upload debug symbols run: |