File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6262 run : cmake --build build --parallel `nproc`
6363
6464 - name : Run tests
65+ timeout-minutes : 3
6566 env :
6667 CTEST_OUTPUT_ON_FAILURE : 1
6768 run : ctest --output-on-failure --test-dir build -j `nproc`
9899 shell : cmd
99100
100101 - name : Run tests
102+ timeout-minutes : 3
101103 env :
102104 CTEST_OUTPUT_ON_FAILURE : 1
103105 working-directory : ${{runner.workspace}}
@@ -142,10 +144,11 @@ jobs:
142144 run : cmake --build build --parallel `sysctl -n hw.ncpu`
143145
144146 - name : Run tests
147+ timeout-minutes : 3
145148 env :
146149 CTEST_OUTPUT_ON_FAILURE : 1
147150 working-directory : ${{runner.workspace}}
148- run : ctest --output-on-failure --test-dir build -j `sysctl -n hw.ncpu`
151+ run : ctest --output-on-failure --test-dir build -j `sysctl -n hw.ncpu` -V
149152
150153 format-check :
151154 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments