We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49678d3 commit f82d710Copy full SHA for f82d710
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,9 @@ jobs:
21
- name: Build
22
run: make
23
24
+ - name: Test
25
+ run: make check
26
+
27
- name: Install
28
run: sudo make install
29
0 commit comments