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 90c1c24 commit eab68e7Copy full SHA for eab68e7
1 file changed
.github/workflows/ccpp.yml
@@ -13,5 +13,7 @@ jobs:
13
run: mkdir build
14
- name: cmake
15
run: cd build ; cmake ..
16
- - name: make
+ - name: build
17
run: make -C build
18
+ - name: test
19
+ run: cd build ; ctest -j 10
0 commit comments