We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a11cbc commit 4bace3bCopy full SHA for 4bace3b
.github/workflows/desktop.yml
@@ -133,7 +133,7 @@ jobs:
133
LANG: en_US
134
run: |
135
cd build
136
- ctest --verbose
+ ctest --verbose --repeat until-pass:3
137
138
- name: Run unit tests (linux)
139
# Linux exists as its own standalone execution step in order to invoke
@@ -147,7 +147,7 @@ jobs:
147
148
ulimit -c unlimited
149
150
- sudo ctest --verbose
+ sudo ctest --verbose until-pass:3
151
152
- name: Prep bins for achive (linux)
153
# Copies all of the binary files into one directory for ease in
0 commit comments