diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3cc34..1d5725d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,3 +57,7 @@ jobs: - name: Install Mshdist run: | cmake --install build + + - name: Test Mshdist + run: | + cd build && ctest