diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 508ada1..8ad3d6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: - name: Build run: make + - name: Test + run: make check + - name: Install run: sudo make install