diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 516c829a..f6c6b3a1 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -23,6 +23,9 @@ jobs: - name: run unit tests run: make check + - name: run distcheck + run: make distcheck + - name: print status if: failure() run: cat test-suite.log