Skip to content

Commit fa1bd20

Browse files
authored
Add step to run 'make loco' in CI workflow
1 parent 3d6cb63 commit fa1bd20

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests_cpp.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Run make install
2424
run: make install
2525

26+
- name: Run make loco
27+
run: make loco
28+
2629
- name: Run make test_loco
2730
run: make test_loco
2831

0 commit comments

Comments
 (0)