We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d6cb63 commit fa1bd20Copy full SHA for fa1bd20
1 file changed
.github/workflows/tests_cpp.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Run make install
24
run: make install
25
26
+ - name: Run make loco
27
+ run: make loco
28
+
29
- name: Run make test_loco
30
run: make test_loco
31
0 commit comments