diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 79109ed..967a1bb 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -19,7 +19,5 @@ jobs: run: ./configure - name: make run: make - - name: make check - run: make check - name: make distcheck run: make distcheck