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 fc3dc0a commit cb94e33Copy full SHA for cb94e33
.github/workflows/awesome_workflow.yml
@@ -90,6 +90,8 @@ jobs:
90
cmake -B build -S . -DBENABLE_TESTING=ON
91
cmake --build build --parallel 4
92
93
+ # The timeout below is to catch the files with user input in their main function.
94
+ # It should be removed eventually when all the files are clear of user input.
95
- name: test
96
run: |
97
ctest build/. --verbose --timeout 5
0 commit comments