diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bac67c0..87ea7b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,4 +69,4 @@ jobs: - name: Test working-directory: ${{runner.workspace}}/build shell: bash - run: make tests && ./tests + run: ctest --verbose