👷 add test step
This commit is contained in:
parent
90c1c24ccb
commit
eab68e7750
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
|
@ -13,5 +13,7 @@ jobs:
|
||||||
run: mkdir build
|
run: mkdir build
|
||||||
- name: cmake
|
- name: cmake
|
||||||
run: cd build ; cmake ..
|
run: cd build ; cmake ..
|
||||||
- name: make
|
- name: build
|
||||||
run: make -C build
|
run: make -C build
|
||||||
|
- name: test
|
||||||
|
run: cd build ; ctest -j 10
|
||||||
|
|
Loading…
Reference in a new issue