Skip to content

Commit eab68e7

Browse files
authored
👷 add test step
1 parent 90c1c24 commit eab68e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ccpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
run: mkdir build
1414
- name: cmake
1515
run: cd build ; cmake ..
16-
- name: make
16+
- name: build
1717
run: make -C build
18+
- name: test
19+
run: cd build ; ctest -j 10

0 commit comments

Comments
 (0)