Skip to content

Commit

Permalink
Changed windows ci to repeat failed tests since some of them are flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilInTheGaps committed Dec 7, 2023
1 parent 28e07c2 commit 9f3c07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9f3c07a

Please sign in to comment.