diff --git a/.github/workflows/ubuntu-builds.yml b/.github/workflows/ubuntu-builds.yml index a993a91..b007120 100644 --- a/.github/workflows/ubuntu-builds.yml +++ b/.github/workflows/ubuntu-builds.yml @@ -26,6 +26,8 @@ jobs: run: ./configure CXX="g++" - name: make with g++ run: make + - name: test + run: make check - name: cleanup after GCC run: make distclean - name: install Clang dependencies