File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - name : Build project
1717 run : cd build && make -j
1818 - name : Test
19- run : cd build && make test
19+ run : cd build && ctest --output-on-failure
2020 - name : Generate codecov report
2121 run : |
2222 cd build
4040 - name : Build project
4141 run : cd build && make -j
4242 - name : Test
43- run : cd build && make test
43+ run : cd build && ctest --output-on-failure
4444 cs8 :
4545 runs-on : [self-hosted, cs8]
4646 steps :
5050 - name : Build
5151 run : cd build && make -j
5252 - name : Test
53- run : cd build && make test
53+ run : cd build && ctest --output-on-failure
5454 cc7 :
5555 runs-on : [self-hosted, cc7]
5656 steps :
6060 - name : Build
6161 run : cd build && make -j
6262 - name : Test
63- run : cd build && make test
63+ run : cd build && ctest3 --output-on-failure
You can’t perform that action at this time.
0 commit comments