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 c1fcd22 commit 89ea89dCopy full SHA for 89ea89d
.github/workflows/desktop.yml
@@ -133,7 +133,7 @@ jobs:
133
LANG: en_US
134
run: |
135
cd build
136
- ctest --verbose --repeat until-pass:3
+ ctest --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 until-pass:3
+ sudo ctest --repeat 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