diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index a7fcd86..6aa65cd 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -39,3 +39,6 @@ jobs: - name: Build all applications run: cmake --build ${{github.workspace}}/build + + - name: Run tests + run: ctest --test-dir ${{github.workspace}}/build/tests