diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0d7936..fd26523 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: - name: make run: make - name: check - run: make check || cat test-suite.log + run: make check || cat test-suite.log && false - name: install run: sudo make install